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.cc293 uint8_t rsp_type; in avrc_prep_end_frag() local
303 rsp_type = ((*p_orig_data) & AVRC_CTYPE_MASK); in avrc_prep_end_frag()
309 *p_data++ = rsp_type; in avrc_prep_end_frag()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h377 bt_status_t (*register_abs_vol_rsp)(const RawAddress& bd_addr, btrc_notification_type_t rsp_type,
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp908 jbyte rsp_type, jint abs_vol, jint label) { in sendRegisterAbsVolRspNative() argument
923 rawAddress, (btrc_notification_type_t)rsp_type, (uint8_t)abs_vol, (uint8_t)label); in sendRegisterAbsVolRspNative()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc3186 btrc_notification_type_t rsp_type, in volume_change_notification_rsp() argument
3191 log::verbose("rsp_type: {} abs_vol: {}", rsp_type, abs_vol); in volume_change_notification_rsp()
3209 (rsp_type == BTRC_NOTIFICATION_TYPE_INTERIM) ? AVRC_RSP_INTERIM : AVRC_RSP_CHANGED, in volume_change_notification_rsp()