Searched refs:BTM_CreateSco (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_client_interface.cc | 98 .BTM_CreateSco = ::BTM_CreateSco,
|
D | btm_sco.cc | 730 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_sco.cc | 45 tBTM_STATUS BTM_CreateSco(const RawAddress* /* remote_bda */, in BTM_CreateSco() function
|
D | mock_stack_btm_interface.cc | 226 .BTM_CreateSco = [](const RawAddress* /* remote_bda */,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_api.h | 450 [[nodiscard]] tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda,
|
D | btm_client_interface.h | 133 [[nodiscard]] tBTM_STATUS (*BTM_CreateSco)(const RawAddress* bd_addr, member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_sco.cc | 155 status = BTM_CreateSco(bd_addr, !is_listening, params.packet_types, in sco_socket_establish_locked()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_sco.cc | 267 status = BTM_CreateSco(&client_cb->peer_addr, is_orig, params.packet_types, in bta_hf_client_sco_create()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sco.cc | 584 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()
|