Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart/src/
Dmain.c44 #define H4_CMD 0x01 macro
76 return (type == H4_CMD) | (type == H4_ACL) | (type == H4_ISO); in valid_type()
83 case H4_CMD: in get_len()
100 case H4_CMD: in hdr_len()
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c41 H4_CMD = 0x01, enumerator
88 case H4_CMD: in hci_payload_size()
104 case H4_CMD: in hci_hdr_size()
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Duserchan.c50 #define H4_CMD 0x01 macro
112 case H4_CMD: { in packet_len()
262 net_buf_push_u8(buf, H4_CMD); in uc_send()
Dh4.c34 #define H4_CMD 0x01 macro
408 tx.type = H4_CMD; in process_tx()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dhci_raw.c29 #define H4_CMD 0x01 macro
127 case H4_CMD: in bt_buf_get_tx()