Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c134 static const uint8_t sync_rsp[] = { 0x02, 0x7d }; variable
701 h5_send(dev, sync_rsp, HCI_3WIRE_LINK_PKT, sizeof(sync_rsp)); in rx_thread()
702 } else if (!memcmp(buf->data, sync_rsp, sizeof(sync_rsp))) { in rx_thread()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c122 static const uint8_t sync_rsp[] = { 0x02, 0x7d }; variable
715 h5_send(sync_rsp, HCI_3WIRE_LINK_PKT, sizeof(sync_rsp)); in rx_thread()