HomeSort by relevance Sort by last modified time
    Searched defs:uuid16 (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/audio/
manager.c 159 uint16_t uuid16; local
171 uuid16 = uuid.value.uuid16;
173 if (!server_is_enabled(&device->src, uuid16)) {
174 DBG("server not enabled for %s (0x%04x)", uuidstr, uuid16);
178 switch (uuid16) {
182 headset_update(device, uuid16, uuidstr);
184 device->headset = headset_init(device, uuid16,
193 headset_update(device, uuid16, uuidstr);
195 device->headset = headset_init(device, uuid16,
    [all...]
  /external/bluetooth/bluez/src/
glib-helper.c 499 uint16_t uuid16; local
507 uuid16 = bt_name2class(pattern);
508 if (uuid16)
512 uuid16 = strtol(pattern, NULL, 16);
514 if (bt_services[i].class == uuid16)
521 sdp_uuid16_create(&uuid, uuid16);
  /external/bluetooth/bluez/lib/
sdp.c 233 return string_lookup(pt0, tmp_uuid.value.uuid16);
257 str2 = string_lookup(message, uuid->value.uuid16);
302 snprintf(str, n, "%.4x", uuid->value.uuid16);
352 SDPDBG(" uint16_t : 0x%.4x\n", uuid->value.uuid16);
914 u16 = htons(d->val.uuid.value.uuid16);
1983 uint8_t uuid16 = SDP_UUID16; local
2501 uint8_t uuid16 = SDP_UUID16; local
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 337 * The BT assigned numbers only list UUID16, so I'm not sure the
344 uint16_t uuidNum = uuid->value.uuid16;
627 if (uuid16_names[i].num == data->val.uuid.value.uuid16) {
632 printf("UUID16 0x%04x - %s\n", data->val.uuid.value.uuid16, def->name);
634 printf("UUID16 0x%04x\n", data->val.uuid.value.uuid16);
774 /* UUID16 */
779 printf("Adding attrib 0x%X uuid16 0x%X to record 0x%X\n",
782 sdp_attr_add_new(rec, attrib, SDP_UUID16, &value_uuid.value.uuid16);
871 uint8_t uuid16 = SDP_UUID16; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 427 uint16_t uuid16; member in union:__anon1752::__anon1753

Completed in 211 milliseconds