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

  /external/bluetooth/bluez/audio/
control.h 47 struct control *control_init(struct audio_device *dev, uint16_t uuid16);
48 void control_update(struct audio_device *dev, uint16_t uuid16);
manager.c 163 uint16_t uuid16; local
175 uuid16 = uuid.value.uuid16;
177 if (!server_is_enabled(&device->src, uuid16)) {
178 DBG("server not enabled for %s (0x%04x)", uuidstr, uuid16);
182 switch (uuid16) {
186 headset_update(device, uuid16, uuidstr);
188 device->headset = headset_init(device, uuid16,
197 headset_update(device, uuid16, uuidstr);
199 device->headset = headset_init(device, uuid16,
    [all...]
control.c 1146 void control_update(struct audio_device *dev, uint16_t uuid16)
1150 if (uuid16 == AV_REMOTE_TARGET_SVCLASS_ID)
1154 struct control *control_init(struct audio_device *dev, uint16_t uuid16)
1172 if (uuid16 == AV_REMOTE_TARGET_SVCLASS_ID)
gateway.c 304 uuid.value.uuid16 != HANDSFREE_AGW_SVCLASS_ID) {
  /external/bluetooth/bluez/src/
eir.c 62 uint8_t *uuid16 = NULL; local
86 uuid16 = &eir_data[2];
130 uint16_t val16 = uuid16[1];
132 val16 = (val16 << 8) + uuid16[0];
133 service.value.uuid16 = val16;
136 uuid16 += 2;
233 uint16_t uuid16[HCI_MAX_EIR_LENGTH / 2]; local
279 /* Group all UUID16 types */
286 if (uuid->uuid.value.uuid16 < 0x1100)
289 if (uuid->uuid.value.uuid16 == PNP_INFO_SVCLASS_ID
    [all...]
glib-helper.c 481 uint16_t uuid16; local
489 uuid16 = name2class(pattern);
490 if (uuid16)
494 uuid16 = strtol(pattern, NULL, 16);
496 if (bt_services[i].class == uuid16)
503 sdp_uuid16_create(&uuid, uuid16);
sdpd-service.c 116 SDP_UUID16, &pbgid.value.uuid16);
sdp-xml.c 169 snprintf(buf, STRBUFSIZE - 1, "0x%04x", value->val.uuid.value.uuid16);
adapter.c 1068 switch (uuid->value.uuid16) {
    [all...]
  /external/bluetooth/bluez/attrib/
gatt.c 177 bt_uuid_t uuid16 = att_get_uuid16(&data[4]); local
178 bt_uuid_to_uuid128(&uuid16, &uuid);
278 bt_uuid_t uuid16 = att_get_uuid16(&value[5]); local
279 bt_uuid_to_uuid128(&uuid16, &uuid);
  /external/bluetooth/bluez/lib/
sdp.c 207 return string_lookup(pt0, tmp_uuid.value.uuid16);
231 str2 = string_lookup(message, uuid->value.uuid16);
276 snprintf(str, n, "%.4x", uuid->value.uuid16);
326 SDPDBG(" uint16_t : 0x%.4x\n", uuid->value.uuid16);
887 u16 = htons(d->val.uuid.value.uuid16);
1953 uint8_t uuid16 = SDP_UUID16; local
2480 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 429 uint16_t uuid16; member in union:__anon2246::__anon2247
sdp_lib.h 478 void sdp_uuid16_to_uuid128(uuid_t *uuid128, const uuid_t *uuid16);

Completed in 51 milliseconds