Searched refs:uuid2 (Results 1 – 3 of 3) sorted by relevance
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_uuid.c | 69 int ble_uuid_cmp(const ble_uuid_t *uuid1, const ble_uuid_t *uuid2) in ble_uuid_cmp() argument 72 VERIFY_UUID(uuid2); in ble_uuid_cmp() 74 if (uuid1->type != uuid2->type) { in ble_uuid_cmp() 75 return uuid1->type - uuid2->type; in ble_uuid_cmp() 80 return (int) BLE_UUID16(uuid1)->value - (int) BLE_UUID16(uuid2)->value; in ble_uuid_cmp() 83 return (int) BLE_UUID32(uuid1)->value - (int) BLE_UUID32(uuid2)->value; in ble_uuid_cmp() 86 return memcmp(BLE_UUID128(uuid1)->value, BLE_UUID128(uuid2)->value, 16); // 16:size in ble_uuid_cmp()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/ |
| D | btc_util.c | 257 uint16_t uuid1, uuid2, uuid3, uuid5; in uuid_to_string_legacy() local 261 memcpy(&uuid2, &(p_uuid->uu[6]), 2); in uuid_to_string_legacy() 268 ntohs(uuid2), ntohs(uuid3), in uuid_to_string_legacy()
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/ |
| D | ble_uuid.h | 142 int ble_uuid_cmp(const ble_uuid_t *uuid1, const ble_uuid_t *uuid2);
|