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.c229 btif_gattc_dev_t remote_dev[BTIF_GATT_MAX_OBSERVED_DEV]; member
399 if (!p_dev_cb->remote_dev[i].in_use ) in btif_gattc_add_remote_bdaddr()
401 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr()
403 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr()
412 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr()
414 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr()
427 if (p_dev_cb->remote_dev[i].in_use && in btif_gattc_find_bdaddr()
428 !memcmp(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN)) in btif_gattc_find_bdaddr()