Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Dadapter.h52 struct remote_dev_info { struct
111 struct remote_dev_info *adapter_search_found_devices(struct btd_adapter *adapter,
112 struct remote_dev_info *match);
119 struct remote_dev_info *dev);
Dadapter.c172 static int found_device_cmp(const struct remote_dev_info *d1, in found_device_cmp()
173 const struct remote_dev_info *d2) in found_device_cmp()
192 static void dev_info_free(struct remote_dev_info *dev) in dev_info_free()
265 struct remote_dev_info *dev, match; in pending_remote_name_cancel()
269 memset(&match, 0, sizeof(struct remote_dev_info)); in pending_remote_name_cancel()
286 struct remote_dev_info *dev, match; in adapter_resolve_names()
289 memset(&match, 0, sizeof(struct remote_dev_info)); in adapter_resolve_names()
2893 struct remote_dev_info *adapter_search_found_devices(struct btd_adapter *adapter, in adapter_search_found_devices()
2894 struct remote_dev_info *match) in adapter_search_found_devices()
2906 static int dev_rssi_cmp(struct remote_dev_info *d1, struct remote_dev_info *d2) in dev_rssi_cmp()
[all …]
Ddbus-hci.c602 struct remote_dev_info *dev, match; in hcid_dbus_inquiry_result()
633 memset(&match, 0, sizeof(struct remote_dev_info)); in hcid_dbus_inquiry_result()
703 struct remote_dev_info *dev, match; in hcid_dbus_set_legacy_pairing()
710 memset(&match, 0, sizeof(struct remote_dev_info)); in hcid_dbus_set_legacy_pairing()
750 struct remote_dev_info match, *dev_info; in hcid_dbus_remote_name()