HomeSort by relevance Sort by last modified time
    Searched full:next_storage_idx (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 132 uint8_t next_storage_idx; member in struct:__anon2942
171 i= p_dev_cb->next_storage_idx;
176 p_dev_cb->next_storage_idx++;
177 if(p_dev_cb->next_storage_idx >= BTIF_GATT_MAX_OBSERVED_DEV)
178 p_dev_cb->next_storage_idx = 0;
    [all...]

Completed in 181 milliseconds