Searched refs:h5_send (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h5.c | 294 static void h5_send(const struct device *dev, const uint8_t *payload, uint8_t type, int len) in h5_send() function 379 h5_send(h5->dev, NULL, HCI_3WIRE_ACK_PKT, 0); in ack_timeout() 638 h5_send(dev, sync_req, HCI_3WIRE_LINK_PKT, sizeof(sync_req)); in tx_thread() 659 h5_send(dev, buf->data, type, buf->len); in tx_thread() 701 h5_send(dev, sync_rsp, HCI_3WIRE_LINK_PKT, sizeof(sync_rsp)); in rx_thread() 709 h5_send(dev, conf_req, HCI_3WIRE_LINK_PKT, sizeof(conf_req)); in rx_thread() 715 h5_send(dev, conf_rsp, HCI_3WIRE_LINK_PKT, sizeof(conf_rsp)); in rx_thread() 719 h5_send(dev, conf_req, HCI_3WIRE_LINK_PKT, sizeof(conf_req)); in rx_thread()
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 293 static void h5_send(const uint8_t *payload, uint8_t type, int len) in h5_send() function 376 h5_send(NULL, HCI_3WIRE_ACK_PKT, 0); in ack_timeout() 618 h5_send(buf->data, type, buf->len); in process_events() 715 h5_send(sync_rsp, HCI_3WIRE_LINK_PKT, sizeof(sync_rsp)); in rx_thread() 730 h5_send(conf_rsp, HCI_3WIRE_LINK_PKT, sizeof(conf_rsp)); in rx_thread()
|