Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c224 btif_gattc_dev_t remote_dev[BTIF_GATT_MAX_OBSERVED_DEV]; member
381 if (!p_dev_cb->remote_dev[i].in_use ) in btif_gattc_add_remote_bdaddr()
383 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr()
385 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr()
394 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr()
396 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr()
409 if (p_dev_cb->remote_dev[i].in_use && in btif_gattc_find_bdaddr()
410 !memcmp(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN)) in btif_gattc_find_bdaddr()