Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_sco.cc153 status = BTM_CreateSco(bd_addr, !is_listening, params.packet_types, in sco_socket_establish_locked()
/system/bt/bta/hf_client/
Dbta_hf_client_sco.cc245 status = BTM_CreateSco(&client_cb->peer_addr, is_orig, params.packet_types, in bta_hf_client_sco_create()
/system/bt/stack/include/
Dbtm_api.h978 extern tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
/system/bt/bta/ag/
Dbta_ag_sco.cc446 tBTM_STATUS status = BTM_CreateSco( in bta_ag_create_sco()
509 if (BTM_CreateSco(&p_scb->peer_addr, true, params.packet_types, in bta_ag_create_pending_sco()
/system/bt/stack/btm/
Dbtm_sco.cc431 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco() function