Home
last modified time | relevance | path

Searched refs:AVRC_OpenBrowse (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_api.cc59 uint16_t AVRC_OpenBrowse(uint8_t /* handle */, uint8_t /* conn_role */) { in AVRC_OpenBrowse() function
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h469 uint16_t AVRC_OpenBrowse(uint8_t handle, uint8_t conn_role);
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc557 AVRC_OpenBrowse(p_data->rc_conn_chg.handle, AVCT_ACP); in bta_av_rc_opened()
637 AVRC_OpenBrowse(p_data->rc_conn_chg.handle, AVCT_INT); in bta_av_rc_opened()
668 AVRC_OpenBrowse(p_data->rc_conn_chg.handle, AVCT_INT); in bta_av_rc_opened()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc112 return AVRC_OpenBrowse(handle, conn_role); in OpenBrowse()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc1141 uint16_t AVRC_OpenBrowse(uint8_t handle, uint8_t conn_role) { in AVRC_OpenBrowse() function