Home
last modified time | relevance | path

Searched refs:BTM_RemoveSco (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc58 tBTM_STATUS BTM_RemoveSco(uint16_t /* sco_inx */) { in BTM_RemoveSco() function
78 void BTM_RemoveSco(const RawAddress& /* bda */) { in BTM_RemoveSco() function
Dmock_stack_btm_interface.cc236 .BTM_RemoveSco = [](uint16_t /* sco_inx */) -> tBTM_STATUS { in __anon9b56c4fb4302()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc100 .BTM_RemoveSco = ::BTM_RemoveSco,
Dbtm_sco.cc964 if (get_btm_client_interface().sco.BTM_RemoveSco(xx) != BTM_SUCCESS) { in btm_sco_disc_chk_pend_for_modechange()
1203 tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx) { in BTM_RemoveSco() function
1247 void BTM_RemoveSco(const RawAddress& bda) { in BTM_RemoveSco() function
1253 if (get_btm_client_interface().sco.BTM_RemoveSco(xx) != BTM_SUCCESS) { in BTM_RemoveSco()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc198 if (get_btm_client_interface().sco.BTM_RemoveSco(sco_socket->sco_handle) != in sco_socket_free_locked()
296 if (get_btm_client_interface().sco.BTM_RemoveSco(sco_socket->sco_handle) != in connect_completed_cb()
333 if (BTM_RemoveSco(sco_socket->sco_handle) == BTM_SUCCESS) in socket_read_ready_cb()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h465 [[nodiscard]] tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx);
466 void BTM_RemoveSco(const RawAddress& bda);
Dbtm_client_interface.h140 [[nodiscard]] tBTM_STATUS (*BTM_RemoveSco)(uint16_t sco_inx); member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc61 status = BTM_RemoveSco(client_cb->sco_idx); in bta_hf_client_sco_remove()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc179 if (get_btm_client_interface().sco.BTM_RemoveSco(sco_idx) != BTM_SUCCESS) { in bta_ag_sco_conn_cback()
338 tBTM_STATUS status = BTM_RemoveSco(p_scb->sco_idx); in bta_ag_remove_sco()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc163 BTM_RemoveSco(p_lcb->remote_bd_addr); in l2cu_release_lcb()