Searched refs:UUID_CONSTANT_PART (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/pan/
H A Dpan_main.c43 #define UUID_CONSTANT_PART 12 macro
44 UINT8 constant_pan_uuid[UUID_CONSTANT_PART] = {0, 0, 0x10, 0, 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb};
122 if (memcmp (constant_pan_uuid, remote_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))
156 if (memcmp (constant_pan_uuid, local_uuid->uu.uuid128 + 4, UUID_CONSTANT_PART))

Completed in 153 milliseconds