HomeSort by relevance Sort by last modified time
    Searched full:uuids (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass);
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
111 if (uuids != null) {
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
132 if (uuids != null) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass)
    [all...]
LocalBluetoothProfileManager.java 100 ParcelUuid[] uuids = adapter.getUuids(); local
102 // uuids may be null if Bluetooth is turned off
103 if (uuids != null) {
104 updateLocalProfiles(uuids);
124 * @param uuids
126 void updateLocalProfiles(ParcelUuid[] uuids) {
128 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) {
140 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) ||
141 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) {
154 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush))
191 ParcelUuid[] uuids = mLocalAdapter.getUuids(); local
    [all...]
  /external/bluetooth/bluez/input/
manager.c 59 static int hid_device_probe(struct btd_device *device, GSList *uuids)
63 const sdp_record_t *rec = btd_device_get_record(device, uuids->data);
83 static int headset_probe(struct btd_device *device, GSList *uuids)
94 if (!g_slist_find_custom(uuids, HSP_HS_UUID,
98 record = btd_device_get_record(device, uuids->data);
156 .uuids = BTD_UUIDS(HID_UUID),
163 .uuids = BTD_UUIDS(HSP_HS_UUID),
  /external/bluetooth/bluez/network/
manager.c 74 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id)
97 static int panu_probe(struct btd_device *device, GSList *uuids)
99 return network_probe(device, uuids, BNEP_SVC_PANU);
107 static int gn_probe(struct btd_device *device, GSList *uuids)
109 return network_probe(device, uuids, BNEP_SVC_GN);
117 static int nap_probe(struct btd_device *device, GSList *uuids)
119 return network_probe(device, uuids, BNEP_SVC_NAP);
147 .uuids = BTD_UUIDS(PANU_UUID),
154 .uuids = BTD_UUIDS(GN_UUID),
161 .uuids = BTD_UUIDS(NAP_UUID)
    [all...]
  /external/bluetooth/bluez/serial/
manager.c 114 static int port_probe(struct btd_device *device, GSList *uuids)
116 while (uuids) {
117 serial_probe(device, uuids->data);
118 uuids = uuids->next;
131 .uuids = BTD_UUIDS(RFCOMM_UUID_STR),
  /external/e2fsprogs/debian/
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".
control.in 87 ids (UUIDs). A UUID is an identifier that is unique across both
88 space and time, with respect to the space of all UUIDs. A UUID can
103 ids (UUIDs). A UUID is an identifier that is unique across both
104 space and time, with respect to the space of all UUIDs. A UUID can
113 The uuidd daemon is used to generate UUIDs, especially time-based
126 libuuid generates and parses 128-bit universally unique ids (UUIDs).
138 libuuid generates and parses 128-bit universally unique ids (UUIDs).
  /external/e2fsprogs/lib/uuid/
uuid_time.3.in 47 certain types of UUIDs. This function can only reasonably expect to
48 extract the creation time for UUIDs created with the
50 function. It may or may not work with UUIDs created by other mechanisms.
uuid.3.in 40 generates UUIDs compatible with those created by the Open Software
44 The UUIDs generated by this library can be reasonably expected to be
uuid_generate.3.in 81 The new UUID can reasonably be considered unique among all UUIDs created
82 on the local system, and among UUIDs created on other systems in the past
copy.c 2 * copy.c --- copy UUIDs
uuidP.h 2 * uuid.h -- private header file for uuids
  /external/webkit/Source/WebCore/platform/
UUID.h 44 // data source. Version 4 UUIDs have the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx with hexadecimal digits for x and one of 8,
47 // On Windows, version 4 UUIDs are used since Windows 2000 (http://msdn.microsoft.com/en-us/library/aa446557.aspx).
48 // On MacOSX, version 4 UUIDs are used since Tiger (http://developer.apple.com/mac/library/technotes/tn/tn1103.html#TNTAG8).
49 // On Linux, the kernel offers the procfs pseudo-file /proc/sys/kernel/random/uuid that yields version 4 UUIDs (http://hbfs.wordpress.com/2008/09/30/ueid-unique-enough-ids/).
  /external/e2fsprogs/misc/
uuidgen.1.in 25 all UUIDs created on the local system,
26 and among UUIDs created on other systems in the past
  /external/bluetooth/bluez/src/
device.c 114 GSList *uuids; member in struct:btd_device
205 g_slist_foreach(device->uuids, (GFunc) g_free, NULL);
206 g_slist_free(device->uuids);
327 /* UUIDs */
328 str = g_new0(char *, g_slist_length(device->uuids) + 1);
329 for (i = 0, l = device->uuids; l; l = l->next, i++)
331 dict_append_array(&dict, "UUIDs", DBUS_TYPE_STRING, &str, i);
490 device_probe_drivers(device, device->uuids);
1149 GSList *l, *uuids = NULL; local
1160 uuids = g_slist_append(uuids, profile_uuid)
1171 GSList *uuids = NULL; local
1306 char **uuids; local
1663 GSList *l, *uuids = NULL; local
    [all...]
eir.h 41 GSList *uuids, uint8_t *data);
eir.c 123 /* No UUIDs were parsed, so skip code below */
127 /* Generate uuids in SDP format (EIR data is Little Endian) */
177 /* Store UUIDs in place, skip 2 bytes to write type and length later */
228 GSList *uuids, uint8_t *data)
280 for (l = uuids; l != NULL; l = g_slist_next(l)) {
327 eir_generate_uuid128(uuids, ptr, &eir_len);
glib-helper.c 568 gchar **uuids; local
575 uuids = g_strsplit(str, " ", 0);
576 if (!uuids)
579 while (uuids[i]) {
580 l = g_slist_append(l, uuids[i]);
584 g_free(uuids);
device.h 111 const char **uuids; member in struct:btd_device_driver
112 int (*probe) (struct btd_device *device, GSList *uuids);
  /external/chromium/build/mac/
strip_save_dsym 86 uuids = {}
90 return uuids
166 uuids[arch] = uuid.upper()
168 if len(uuids) == 0:
169 print >> sys.stderr, "No UUIDs in %s" % macho
171 return uuids
194 # architectures and UUIDs specified by the uuids map.
196 uuids = macho_uuids(macho)
197 if len(uuids) == 0
    [all...]
  /external/bluetooth/bluez/health/
hdp_manager.c 63 static int hdp_driver_probe(struct btd_device *device, GSList *uuids)
75 .uuids = BTD_UUIDS(HDP_UUID, HDP_SOURCE_UUID, HDP_SINK_UUID),
  /external/bluetooth/bluez/test/
list-devices 43 elif (key == "UUIDs"):
65 elif (key == "UUIDs"):
  /external/dbus/tools/
dbus-uuidgen.1 7 dbus-uuidgen \- Utility to generate UUIDs
18 UUIDs compatible with that spec. Many systems have a separate command
  /external/bluetooth/bluez/doc/
device-api.txt 38 be used to specify specific UUIDs. And empty string
137 array{string} UUIDs [readonly]
139 List of 128-bit UUIDs that represents the available
  /external/qemu/hw/
bt-sdp.c 30 int uuids; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s
98 hi = record->uuids;
596 int *uuids)
604 (*uuids) ++;
622 len += sdp_attr_max_size(element ++, uuids);
704 record->uuids = 0;
708 &record->uuids);
710 record->uuids = 1 << ffs(record->uuids - 1);
714 qemu_mallocz(record->uuids * sizeof(*record->uuid))
    [all...]

Completed in 366 milliseconds

1 2 3 4