Searched defs:mfg_data (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/broadcaster/src/ |
D | main.c | 17 static uint8_t mfg_data[] = { 0xff, 0xff, 0x00 }; variable
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | common.c | 24 uint8_t mfg_data[254] = { variable
|
/Zephyr-latest/samples/bluetooth/periodic_adv/src/ |
D | main.c | 9 static uint8_t mfg_data[] = { 0xff, 0xff, 0x00 }; variable
|
/Zephyr-latest/samples/bluetooth/scan_adv/src/ |
D | main.c | 16 static uint8_t mfg_data[] = { 0xff, 0xff, 0x00 }; variable
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/src/ |
D | broadcaster_multiple.c | 55 static uint8_t mfg_data[BT_MFG_DATA_LEN] = { 0xFF, 0xFF, }; variable
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 83 uint8_t mfg_data[] = {0xAB, 0xCD, 0xEF}; in start_advertising() local
|