Home
last modified time | relevance | path

Searched refs:rsp_type (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc288 uint8_t rsp_type; in avrc_prep_end_frag() local
298 rsp_type = ((*p_orig_data) & AVRC_CTYPE_MASK); in avrc_prep_end_frag()
306 *p_data++ = rsp_type; in avrc_prep_end_frag()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h721 btrc_notification_type_t rsp_type,
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp933 jbyteArray address, jbyte rsp_type, in sendRegisterAbsVolRspNative() argument
947 rawAddress, (btrc_notification_type_t)rsp_type, (uint8_t)abs_vol, in sendRegisterAbsVolRspNative()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc5151 const RawAddress& bd_addr, btrc_notification_type_t rsp_type, in volume_change_notification_rsp() argument
5156 log::verbose("rsp_type: {} abs_vol: {}", rsp_type, abs_vol); in volume_change_notification_rsp()
5173 (rsp_type == BTRC_NOTIFICATION_TYPE_INTERIM) in volume_change_notification_rsp()