Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hh.cc429 if (btif_hh_cb.added_devices[i].bd_addr == bda) { in btif_hh_add_added_dev()
435 if (btif_hh_cb.added_devices[i].bd_addr.IsEmpty()) { in btif_hh_add_added_dev()
437 btif_hh_cb.added_devices[i].bd_addr = bda; in btif_hh_add_added_dev()
438 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()
439 btif_hh_cb.added_devices[i].attr_mask = attr_mask; in btif_hh_add_added_dev()
464 p_added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_remove_device()
590 if (btif_hh_cb.added_devices[i].bd_addr == *bd_addr) { in btif_hh_connect()
591 added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_connect()
1045 if (btif_hh_cb.added_devices[i].bd_addr == p_data->dev_info.bda) { in btif_hh_upstreams_evt()
1047 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle; in btif_hh_upstreams_evt()
[all …]
/system/bt/btif/include/
Dbtif_hh.h91 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member