Home
last modified time | relevance | path

Searched defs:tSCO_CB (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.h265 struct tSCO_CB { struct
266 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
267 enh_esco_params_t def_esco_parms;
268 bool esco_supported; /* true if 1.2 cntlr AND supports eSCO links */
270 tSCO_CONN* get_sco_connection_from_index(uint16_t index) { in get_sco_connection_from_index()
274 tSCO_CONN* get_sco_connection_from_handle(uint16_t handle) { in get_sco_connection_from_handle()
288 uint16_t get_index(const tSCO_CONN* p_sco) const { in get_index()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc144 TEST_F(StackBtmWithQueuesTest, tSCO_CB) { in TEST_F() argument