Searched refs:LF_ID_LSB (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | data.h | 17 #define LF_ID_LSB ((BT_COMP_ID_LF) & 0xff) macro 24 static uint8_t ad_data_1[] = {LF_ID_MSB, LF_ID_LSB, 'Z', 'e', 'p', 'h', 'y', 'r'}; 28 static uint8_t ad_data_2[] = {LF_ID_MSB, LF_ID_LSB, 0x49, 0xd2, 0xf4, 0x55, 0x76}; 32 static uint8_t ad_data_3[] = {LF_ID_MSB, LF_ID_LSB, 0xc1, 0x25}; 36 static uint8_t ad_data_4[] = {LF_ID_MSB, LF_ID_LSB, 0x17};
|