Searched refs:BTM_CreateSco (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 146 .BTM_CreateSco = BTM_CreateSco,
|
D | btm_sco.cc | 339 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() function
|
/system/bt/test/mock/ |
D | mock_stack_btm_sco.cc | 59 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() function
|
/system/bt/stack/include/ |
D | btm_api.h | 503 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
|
D | btm_client_interface.h | 186 tBTM_STATUS (*BTM_CreateSco)(const RawAddress* bd_addr, bool is_orig, member
|
/system/bt/btif/src/ |
D | btif_sock_sco.cc | 148 status = BTM_CreateSco(bd_addr, !is_listening, params.packet_types, in sco_socket_establish_locked()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_sco.cc | 260 status = BTM_CreateSco(&client_cb->peer_addr, is_orig, params.packet_types, in bta_hf_client_sco_create()
|
/system/bt/bta/ag/ |
D | bta_ag_sco.cc | 435 tBTM_STATUS btm_status = BTM_CreateSco( in bta_ag_create_sco() 495 if (BTM_CreateSco(&p_scb->peer_addr, true, params.packet_types, in bta_ag_create_pending_sco()
|
/system/bt/main/shim/ |
D | btm_api.h | 1223 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
|