Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc320 btif_hh_added_device_t* added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_find_added_dev() local
321 if (added_dev->link_spec == link_spec) { in btif_hh_find_added_dev()
322 return added_dev; in btif_hh_find_added_dev()
470 btif_hh_added_device_t* added_dev = btif_hh_find_added_dev(link_spec); in hh_get_state_on_disconnect() local
471 if (added_dev != nullptr) { in hh_get_state_on_disconnect()
472 return added_dev->reconnect_allowed ? BTHH_CONN_STATE_ACCEPTING in hh_get_state_on_disconnect()
813 btif_hh_added_device_t* added_dev = btif_hh_find_added_dev(link_spec); in btif_hh_connect() local
814 if (added_dev != nullptr) { in btif_hh_connect()
816 link_spec.ToRedactedStringForLogging(), added_dev->attr_mask); in btif_hh_connect()
818 if (added_dev->dev_handle == BTA_HH_INVALID_HANDLE) { in btif_hh_connect()
[all …]