Searched refs:added_devices (Results 1 – 2 of 2) sorted by relevance
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()[all …]
91 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member