Home | History | Annotate | Download | only in audio

Lines Matching defs:uuid16

159 	uint16_t uuid16;
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,
215 DBG("Found AV %s", uuid16 == AV_REMOTE_SVCLASS_ID ?
218 control_update(device, uuid16);
220 device->control = control_init(device, uuid16);
225 DBG("Unrecognized UUID: 0x%04X", uuid16);