Home
last modified time | relevance | path

Searched refs:UUID_LEN (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/red/
A Dapp_interconnection_ble.h37 #define UUID_LEN (2) macro
93 uint8_t uuidValue[UUID_LEN]; // 2 byte
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Duuid.h13 #define UUID_LEN 16 macro
/AliOS-Things-master/components/ble_host/ble_profiles/
A Duart_client.c304 comp_len = comp_len < UUID_LEN(uuid1) ? comp_len : UUID_LEN(uuid1); in UUID_EQUAL_LEN()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Duuid.h90 #define UUID_LEN(__u) (UUID_TYPE(__u) == UUID_TYPE_16?2: (UUID_TYPE(__u) == UUID_TYPE_32?4:16)) macro
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c106 …= memcmp(&((struct bt_uuid_16 *)uuid1)->val, &((struct bt_uuid_16 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()
108 …= memcmp(&((struct bt_uuid_32 *)uuid1)->val, &((struct bt_uuid_32 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()
110 …memcmp(&((struct bt_uuid_128 *)uuid1)->val, &((struct bt_uuid_128 *)uuid2)->val, UUID_LEN(uuid1))); in UUID_EQUAL()

Completed in 10 milliseconds