Lines Matching refs:xx
403 UINT8 xx; in btm_send_connect_request() local
427 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS) in btm_send_connect_request()
429 p_acl = &btm_cb.acl_db[xx]; in btm_send_connect_request()
561 UINT16 xx; in BTM_CreateSco() local
585 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
598 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
606 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
704 *p_sco_inx = xx; in BTM_CreateSco()
729 UINT16 xx; in btm_sco_chk_pend_unpark() local
733 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_chk_pend_unpark()
763 UINT16 xx; in btm_sco_chk_pend_rolechange() local
767 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_chk_pend_rolechange()
797 UINT16 xx; in btm_sco_conn_req() local
800 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_conn_req()
828 btm_esco_conn_rsp(xx, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL); in btm_sco_conn_req()
832 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL); in btm_sco_conn_req()
840 evt_data.sco_inx = xx; in btm_sco_conn_req()
852 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_conn_req()
865 if( xx < BTM_MAX_SCO_LINKS) in btm_sco_conn_req()
867 btm_cb.sco_cb.app_sco_ind_cb(xx); in btm_sco_conn_req()
893 UINT16 xx; in btm_sco_connected() local
901 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_connected()
924 (*p->p_disc_cb)(xx); in btm_sco_connected()
933 (*p->p_disc_cb)(xx); in btm_sco_connected()
958 BTM_ChangeEScoLinkParms(xx, &parms); in btm_sco_connected()
967 (*p->p_conn_cb)(xx); in btm_sco_connected()
989 int xx; in btm_find_scb_by_handle() local
992 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_find_scb_by_handle()
996 return (xx); in btm_find_scb_by_handle()
1001 return (xx); in btm_find_scb_by_handle()
1060 UINT16 xx; in btm_remove_sco_links() local
1062 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_remove_sco_links()
1066 BTM_RemoveSco(xx); in btm_remove_sco_links()
1086 UINT16 xx; in btm_sco_removed() local
1093 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_removed()
1097 btm_sco_flush_sco_data(xx); in btm_sco_removed()
1103 (*p->p_disc_cb)(xx); in btm_sco_removed()
1129 UINT16 xx; in btm_sco_acl_removed() local
1131 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_acl_removed()
1137 btm_sco_flush_sco_data(xx); in btm_sco_acl_removed()
1141 (*p->p_disc_cb)(xx); in btm_sco_acl_removed()
1627 UINT16 xx; in btm_esco_proc_conn_chg() local
1632 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_esco_proc_conn_chg()
1641 data.sco_inx = xx; in btm_esco_proc_conn_chg()
1669 UINT16 xx; in btm_is_sco_active() local
1672 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_is_sco_active()
1694 UINT16 xx; in BTM_GetNumScoLinks() local
1697 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_GetNumScoLinks()
1728 UINT8 xx; in btm_is_sco_active_by_bdaddr() local
1732 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_is_sco_active_by_bdaddr()