Home
last modified time | relevance | path

Searched refs:next_storage_idx (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_client.c226 uint8_t next_storage_idx; member
393 i= p_dev_cb->next_storage_idx; in btif_gattc_add_remote_bdaddr()
398 p_dev_cb->next_storage_idx++; in btif_gattc_add_remote_bdaddr()
399 if (p_dev_cb->next_storage_idx >= BTIF_GATT_MAX_OBSERVED_DEV) in btif_gattc_add_remote_bdaddr()
400 p_dev_cb->next_storage_idx = 0; in btif_gattc_add_remote_bdaddr()