Home | History | Annotate | Download | only in co

Lines Matching defs:num_clients

32     UINT8               num_clients;
72 if (p_cb->num_clients < BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE)
74 memcpy(&p_cb->srv_chg[p_cb->num_clients], &p_req->srv_chg, sizeof(tBTA_GATTS_SRV_CHG));
75 p_cb->num_clients++;
83 for (i=0; i != p_cb->num_clients; ++i)
99 for (i=0; i != p_cb->num_clients; ++i)
104 last_idx = p_cb->num_clients - 1;
116 /* Reset the last client and update num_clients */
118 p_cb->num_clients--;
128 p_rsp->num_clients = p_cb->num_clients;
134 if (idx < p_cb->num_clients )
160 for (i=0; i != p_cb->num_clients; ++i)
171 if (p_cb->num_clients < BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE)
173 bdcpy(p_cb->srv_chg[p_cb->num_clients].bda, bda);
174 p_cb->srv_chg[p_cb->num_clients].srv_changed = FALSE;
175 p_cb->num_clients++;