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

  /external/bluetooth/bluez/include/bluetooth/
sdp_lib.h 479 int sdp_uuid128_to_uuid(uuid_t *uuid);
  /external/bluetooth/bluez/serial/
port.c 454 sdp_uuid128_to_uuid(&uuid);
proxy.c 194 sdp_uuid128_to_uuid(&uuid);
  /external/bluetooth/bluez/audio/
gateway.c 630 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16 ||
manager.c 166 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) {
headset.c 1421 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16) {
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 231 if (sdp_uuid128_to_uuid(&tmp_uuid)) {
2648 int sdp_uuid128_to_uuid(uuid_t *uuid) function
    [all...]
  /external/bluetooth/bluez/src/
device.c 490 sdp_uuid128_to_uuid(&uuid);
    [all...]

Completed in 235 milliseconds