Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c81 h4->rx.type = BT_HCI_H4_NONE; in h4_get_type()
103 h4->rx.type = BT_HCI_H4_NONE; in h4_get_type()
196 h4->rx.type = BT_HCI_H4_NONE; in reset_rx()
363 case BT_HCI_H4_NONE: in read_header()
431 h4->tx.type = BT_HCI_H4_NONE; in process_tx()
448 h4->tx.type = BT_HCI_H4_NONE; in process_tx()
Dhci_da1469x.c71 rx.type = BT_HCI_H4_NONE; in h4_get_type()
93 rx.type = BT_HCI_H4_NONE; in h4_get_type()
172 rx.type = BT_HCI_H4_NONE; in reset_rx()
348 case BT_HCI_H4_NONE: in read_header()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h29 #define BT_HCI_H4_NONE 0x00 /* None of the known packet types */ macro