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

/system/bt/btif/co/
H A Dbta_gatts_co.cc36 uint8_t num_clients; member in struct:__anon494
70 for (i = 0; i != p_cb->num_clients; ++i) {
78 if (p_cb->num_clients < BTIF_GATTS_MAX_SRV_CHG_CLT_SIZE) {
79 p_cb->srv_chg[p_cb->num_clients].bda = bda;
80 p_cb->srv_chg[p_cb->num_clients].srv_changed = false;
81 p_cb->num_clients++;
/system/bt/stack/gatt/
H A Dgatt_main.cc1076 uint8_t num_clients, i; local
1084 if (status && rsp.num_clients) {
1085 VLOG(1) << "num_srv_chg_clt_clients=" << +rsp.num_clients;
1086 num_clients = rsp.num_clients;
1088 while ((i <= num_clients) && status) {
/system/bt/stack/include/
H A Dgatt_api.h637 uint8_t num_clients; member in union:__anon1227

Completed in 51 milliseconds