Searched refs:num_clients (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/co/
H A Dbta_gatts_co.c39 UINT8 num_clients; member in struct:__anon585
76 for (i=0; i != p_cb->num_clients; ++i)
87 if (p_cb->num_clients < BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE)
89 bdcpy(p_cb->srv_chg[p_cb->num_clients].bda, bda);
90 p_cb->srv_chg[p_cb->num_clients].srv_changed = FALSE;
91 p_cb->num_clients++;
/system/bt/stack/gatt/
H A Dgatt_main.c1108 UINT8 num_clients,i; local
1116 if (status && rsp.num_clients)
1118 GATT_TRACE_DEBUG("gatt_init_srv_chg num_srv_chg_clt_clients=%d", rsp.num_clients);
1119 num_clients = rsp.num_clients;
1121 while ((i <= num_clients) && status)
/system/bt/stack/include/
H A Dgatt_api.h638 UINT8 num_clients; member in union:__anon1127

Completed in 100 milliseconds