Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc98 .BTM_CreateSco = ::BTM_CreateSco,
Dbtm_sco.cc730 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc45 tBTM_STATUS BTM_CreateSco(const RawAddress* /* remote_bda */, in BTM_CreateSco() function
Dmock_stack_btm_interface.cc226 .BTM_CreateSco = [](const RawAddress* /* remote_bda */,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h450 [[nodiscard]] tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda,
Dbtm_client_interface.h133 [[nodiscard]] tBTM_STATUS (*BTM_CreateSco)(const RawAddress* bd_addr, member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc155 status = BTM_CreateSco(bd_addr, !is_listening, params.packet_types, in sco_socket_establish_locked()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sco.cc267 status = BTM_CreateSco(&client_cb->peer_addr, is_orig, params.packet_types, in bta_hf_client_sco_create()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc584 if (BTM_CreateSco(&p_scb->peer_addr, true, params.packet_types, in bta_ag_create_sco()
598 tBTM_STATUS btm_status = BTM_CreateSco( in bta_ag_create_sco()