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.c231 uint8_t next_storage_idx; member
411 i= p_dev_cb->next_storage_idx; in btif_gattc_add_remote_bdaddr()
416 p_dev_cb->next_storage_idx++; in btif_gattc_add_remote_bdaddr()
417 if (p_dev_cb->next_storage_idx >= BTIF_GATT_MAX_OBSERVED_DEV) in btif_gattc_add_remote_bdaddr()
418 p_dev_cb->next_storage_idx = 0; in btif_gattc_add_remote_bdaddr()