Searched refs:conf_req (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/ |
D | h5.c | 136 static uint8_t conf_req[3] = { 0x03, 0xfc }; variable 708 h5_set_txwin(h5, conf_req); in rx_thread() 709 h5_send(dev, conf_req, HCI_3WIRE_LINK_PKT, sizeof(conf_req)); in rx_thread() 710 } else if (!memcmp(buf->data, conf_req, 2)) { in rx_thread() 718 h5_set_txwin(h5, conf_req); in rx_thread() 719 h5_send(dev, conf_req, HCI_3WIRE_LINK_PKT, sizeof(conf_req)); in rx_thread()
|
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 127 static const uint8_t conf_req[] = { 0x03, 0xfc }; variable 712 } else if (!memcmp(buf->data, conf_req, 2)) { in rx_thread()
|