Searched refs:p_added_dev (Results 1 – 1 of 1) sorted by relevance
672 btif_hh_added_device_t* p_added_dev; in btif_hh_remove_device() local677 p_added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_remove_device()678 if (p_added_dev->link_spec == link_spec) { in btif_hh_remove_device()679 BTA_HhRemoveDev(p_added_dev->dev_handle); in btif_hh_remove_device()680 btif_storage_remove_hid_info(p_added_dev->link_spec); in btif_hh_remove_device()681 p_added_dev->link_spec = {}; in btif_hh_remove_device()682 p_added_dev->dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_remove_device()