Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Dh5.c122 static const uint8_t conf_rsp[] = { 0x04, 0x7b }; variable
694 h5_send(conf_rsp, HCI_3WIRE_LINK_PKT, sizeof(conf_rsp)); in rx_thread()
699 } else if (!memcmp(buf->data, conf_rsp, 2)) { in rx_thread()