Searched defs:tSCO_CB (Results 1 – 2 of 2) sorted by relevance
265 struct tSCO_CB { struct266 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()
144 TEST_F(StackBtmWithQueuesTest, tSCO_CB) { in TEST_F() argument