Home
last modified time | relevance | path

Searched refs:tSCO_CONN (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_sco.h91 } tSCO_CONN; typedef
96 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
101 tSCO_CONN* get_sco_connection_from_index(uint16_t index) { in get_sco_connection_from_index()
105 tSCO_CONN* get_sco_connection_from_handle(uint16_t handle) { in get_sco_connection_from_handle()
106 tSCO_CONN* p_sco = sco_db; in get_sco_connection_from_handle()
120 uint16_t get_index(const tSCO_CONN* p_sco) const { in get_index()
122 const tSCO_CONN* p = sco_db; in get_index()
Dbtm_sco.cc121 tSCO_CONN* p_sco = NULL; in btm_esco_conn_rsp()
343 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in BTM_CreateSco()
497 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_chk_pend_unpark()
531 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_chk_pend_rolechange()
562 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_disc_chk_pend_for_modechange()
594 tSCO_CONN* p = &p_sco->sco_db[0]; in btm_sco_conn_req()
687 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_connected()
792 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[sco_inx]; in BTM_RemoveSco()
836 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in BTM_RemoveSco()
857 tSCO_CONN* p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_removed()
[all …]