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

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 480 int sdp_uuid128_to_uuid(uuid_t *uuid);
  /external/bluetooth/bluez/audio/
gateway.c 303 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16 ||
manager.c 170 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) {
  /external/bluetooth/bluez/serial/
port.c 434 sdp_uuid128_to_uuid(&uuid);
proxy.c 166 sdp_uuid128_to_uuid(&uuid);
  /external/bluetooth/bluez/lib/
sdp.c 204 if (sdp_uuid128_to_uuid(&tmp_uuid)) {
2705 int sdp_uuid128_to_uuid(uuid_t *uuid) function
    [all...]
  /external/bluetooth/bluez/src/
device.c 591 sdp_uuid128_to_uuid(&uuid);
    [all...]

Completed in 30 milliseconds