/external/bluetooth/bluez/network/ |
D | manager.c | 75 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id) in network_probe() argument 98 static int panu_probe(struct btd_device *device, GSList *uuids) in panu_probe() argument 100 return network_probe(device, uuids, BNEP_SVC_PANU); in panu_probe() 108 static int gn_probe(struct btd_device *device, GSList *uuids) in gn_probe() argument 110 return network_probe(device, uuids, BNEP_SVC_GN); in gn_probe() 118 static int nap_probe(struct btd_device *device, GSList *uuids) in nap_probe() argument 120 return network_probe(device, uuids, BNEP_SVC_NAP); in nap_probe() 148 .uuids = BTD_UUIDS(PANU_UUID), 155 .uuids = BTD_UUIDS(GN_UUID), 162 .uuids = BTD_UUIDS(NAP_UUID),
|
/external/bluetooth/bluez/serial/ |
D | manager.c | 116 static int port_probe(struct btd_device *device, GSList *uuids) in port_probe() argument 118 while (uuids) { in port_probe() 119 serial_probe(device, uuids->data); in port_probe() 120 uuids = uuids->next; in port_probe() 133 .uuids = BTD_UUIDS(RFCOMM_UUID_STR),
|
/external/bluetooth/bluez/input/ |
D | manager.c | 59 static int hid_device_probe(struct btd_device *device, GSList *uuids) in hid_device_probe() argument 63 const sdp_record_t *rec = btd_device_get_record(device, uuids->data); in hid_device_probe() 83 static int headset_probe(struct btd_device *device, GSList *uuids) in headset_probe() argument 94 if (!g_slist_find_custom(uuids, HSP_HS_UUID, in headset_probe() 98 record = btd_device_get_record(device, uuids->data); in headset_probe() 156 .uuids = BTD_UUIDS(HID_UUID), 163 .uuids = BTD_UUIDS(HSP_HS_UUID),
|
/external/bluetooth/bluez/src/ |
D | device.c | 115 GSList *uuids; member 232 g_slist_foreach(device->uuids, (GFunc) g_free, NULL); in device_free() 233 g_slist_free(device->uuids); in device_free() 273 char **uuids; in get_properties() local 345 uuids = g_new0(char *, g_slist_length(device->uuids) + 1); in get_properties() 346 for (i = 0, l = device->uuids; l; l = l->next, i++) in get_properties() 347 uuids[i] = l->data; in get_properties() 348 dict_append_array(&dict, "UUIDs", DBUS_TYPE_STRING, &uuids, i); in get_properties() 349 g_free(uuids); in get_properties() 542 device_probe_drivers(device, device->uuids); in device_unblock() [all …]
|
D | glib-helper.c | 586 gchar **uuids; in bt_string2list() local 593 uuids = g_strsplit(str, " ", 0); in bt_string2list() 594 if (!uuids) in bt_string2list() 597 while (uuids[i]) { in bt_string2list() 598 l = g_slist_append(l, uuids[i]); in bt_string2list() 602 g_free(uuids); in bt_string2list()
|
D | device.h | 109 const char **uuids; member 110 int (*probe) (struct btd_device *device, GSList *uuids);
|
D | adapter.c | 1061 char **uuids; in adapter_emit_uuids_updated() local 1065 uuids = g_new0(char *, sdp_list_len(adapter->services) + 1); in adapter_emit_uuids_updated() 1069 uuids[i] = bt_uuid2string(&rec->svclass); in adapter_emit_uuids_updated() 1073 ADAPTER_INTERFACE, "UUIDs", DBUS_TYPE_STRING, &uuids); in adapter_emit_uuids_updated() 1075 g_strfreev(uuids); in adapter_emit_uuids_updated() 1286 char **devices, **uuids; in get_properties() local 1362 uuids = g_new0(char *, sdp_list_len(adapter->services) + 1); in get_properties() 1366 uuids[i] = bt_uuid2string(&rec->svclass); in get_properties() 1369 dict_append_array(&dict, "UUIDs", DBUS_TYPE_STRING, &uuids, i); in get_properties() 1371 g_strfreev(uuids); in get_properties() [all …]
|
/external/qemu/hw/ |
D | bt-sdp.c | 31 int uuids; member 99 hi = record->uuids; in sdp_uuid_match() 597 int *uuids) in sdp_attr_max_size() argument 605 (*uuids) ++; in sdp_attr_max_size() 623 len += sdp_attr_max_size(element ++, uuids); in sdp_attr_max_size() 705 record->uuids = 0; in sdp_service_record_build() 709 &record->uuids); in sdp_service_record_build() 711 record->uuids = 1 << ffs(record->uuids - 1); in sdp_service_record_build() 715 qemu_mallocz(record->uuids * sizeof(*record->uuid)); in sdp_service_record_build() 745 qsort(record->uuid, record->uuids, in sdp_service_record_build()
|
/external/e2fsprogs/debian/ |
D | uuid-dev.README.Debian | 3 draft-leach-uuids-guids-01.txt has been removed. It can be obtained 6 search for the string "draft-leach-uuids-guids-01".
|
/external/bluetooth/bluez/audio/ |
D | manager.c | 767 static int audio_probe(struct btd_device *device, GSList *uuids) in audio_probe() argument 782 g_slist_foreach(uuids, (GFunc) handle_uuid, audio_dev); in audio_probe() 1018 .uuids = BTD_UUIDS(HSP_HS_UUID, HFP_HS_UUID, HSP_AG_UUID, HFP_AG_UUID,
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 112 draft-leach-uuids-guids-01.txt
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 864 Update draft-leach-uuids-guids-01.txt with rfc4122.txt
|