Lines Matching refs:xx

437   uint16_t xx;  in BTM_CreateSco()  local
459 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()
470 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()
481 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; in BTM_CreateSco()
482 xx++, p++) { in BTM_CreateSco()
562 *p_sco_inx = xx; in BTM_CreateSco()
588 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_unpark() local
621 uint16_t xx; in btm_sco_chk_pend_rolechange() local
625 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_rolechange()
661 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_disc_chk_pend_for_modechange() local
668 BTM_RemoveSco(xx); in btm_sco_disc_chk_pend_for_modechange()
784 uint16_t xx; in btm_sco_connected() local
792 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_connected()
809 (*p->p_disc_cb)(xx); in btm_sco_connected()
815 (*p->p_disc_cb)(xx); in btm_sco_connected()
836 BTM_ChangeEScoLinkParms(xx, &parms); in btm_sco_connected()
842 (*p->p_conn_cb)(xx); in btm_sco_connected()
862 int xx; in btm_find_scb_by_handle() local
865 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_find_scb_by_handle()
867 return (xx); in btm_find_scb_by_handle()
872 return (xx); in btm_find_scb_by_handle()
938 uint16_t xx; in btm_remove_sco_links() local
940 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_remove_sco_links()
942 BTM_RemoveSco(xx); in btm_remove_sco_links()
961 uint16_t xx; in btm_sco_removed() local
968 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_removed()
971 btm_sco_flush_sco_data(xx); in btm_sco_removed()
977 (*p->p_disc_cb)(xx); in btm_sco_removed()
1001 uint16_t xx; in btm_sco_acl_removed() local
1003 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_acl_removed()
1006 btm_sco_flush_sco_data(xx); in btm_sco_acl_removed()
1010 (*p->p_disc_cb)(xx); in btm_sco_acl_removed()
1280 uint16_t xx; in btm_esco_proc_conn_chg() local
1285 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_esco_proc_conn_chg()
1291 data.sco_inx = xx; in btm_esco_proc_conn_chg()
1319 uint16_t xx; in btm_is_sco_active() local
1322 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_is_sco_active()
1341 uint16_t xx; in BTM_GetNumScoLinks() local
1344 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_GetNumScoLinks()
1372 uint8_t xx; in btm_is_sco_active_by_bdaddr() local
1376 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_is_sco_active_by_bdaddr()