Lines Matching refs:added_devices
425 if (btif_hh_cb.added_devices[i].bd_addr == bda) { in btif_hh_add_added_dev()
431 if (btif_hh_cb.added_devices[i].bd_addr.IsEmpty()) { in btif_hh_add_added_dev()
433 btif_hh_cb.added_devices[i].bd_addr = bda; in btif_hh_add_added_dev()
434 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()
435 btif_hh_cb.added_devices[i].attr_mask = attr_mask; in btif_hh_add_added_dev()
460 p_added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_remove_device()
588 if (btif_hh_cb.added_devices[i].bd_addr == *bd_addr) { in btif_hh_connect()
589 added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_connect()
1042 if (btif_hh_cb.added_devices[i].bd_addr == p_data->dev_info.bda) { in btif_hh_upstreams_evt()
1044 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle; in btif_hh_upstreams_evt()
1046 btif_hh_cb.added_devices[i].bd_addr = RawAddress::kEmpty; in btif_hh_upstreams_evt()
1047 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_upstreams_evt()