Home
last modified time | relevance | path

Searched defs:BTM_RemoveSco (Results 1 – 3 of 3) 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
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc1203 tBTM_STATUS BTM_RemoveSco(uint16_t sco_inx) { in BTM_RemoveSco() function
1247 void BTM_RemoveSco(const RawAddress& bda) { in BTM_RemoveSco() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h140 [[nodiscard]] tBTM_STATUS (*BTM_RemoveSco)(uint16_t sco_inx); member