Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c28 const uint8_t hci_prop_evt_prefix[2] = { 0xAB, 0xBA }; variable
312 if (memcmp(&pe->prefix[0], &hci_prop_evt_prefix[0], in prop_cb()
313 ARRAY_SIZE(hci_prop_evt_prefix)) == 0) { in prop_cb()
345 memcpy(&pe->prefix[0], &hci_prop_evt_prefix[0], in prop_evt()
346 ARRAY_SIZE(hci_prop_evt_prefix)); in prop_evt()