Home
last modified time | relevance | path

Searched refs:BTM_RegForEScoEvts (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc99 .BTM_RegForEScoEvts = ::BTM_RegForEScoEvts,
Dbtm_sco.cc1477 tBTM_STATUS BTM_RegForEScoEvts(uint16_t sco_inx, in BTM_RegForEScoEvts() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc113 if (get_btm_client_interface().sco.BTM_RegForEScoEvts( in btsock_sco_listen()
268 if (get_btm_client_interface().sco.BTM_RegForEScoEvts( in connection_request_cb()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc53 tBTM_STATUS BTM_RegForEScoEvts(uint16_t /* sco_inx */, in BTM_RegForEScoEvts() function
Dmock_stack_btm_interface.cc233 .BTM_RegForEScoEvts = [](uint16_t /* sco_inx */,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h508 [[nodiscard]] tBTM_STATUS BTM_RegForEScoEvts(uint16_t sco_inx,
Dbtm_client_interface.h138 [[nodiscard]] tBTM_STATUS (*BTM_RegForEScoEvts)( member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc271 if (!BTM_RegForEScoEvts(client_cb->sco_idx, in bta_hf_client_sco_create()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc602 if (get_btm_client_interface().sco.BTM_RegForEScoEvts( in bta_ag_create_sco()