Searched refs:w48 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | uuid.h | 108 #define BT_UUID_128_ENCODE(w32, w1, w2, w3, w48) \ argument 109 (((w48) >> 0) & 0xFF), \ 110 (((w48) >> 8) & 0xFF), \ 111 (((w48) >> 16) & 0xFF), \ 112 (((w48) >> 24) & 0xFF), \ 113 (((w48) >> 32) & 0xFF), \ 114 (((w48) >> 40) & 0xFF), \
|
Completed in 3 milliseconds