Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart/src/
Dmain.c45 #define H4_ACL 0x02 macro
76 return (type == H4_CMD) | (type == H4_ACL) | (type == H4_ISO); in valid_type()
88 case H4_ACL: in get_len()
104 case H4_ACL: in hdr_len()
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Duserchan.c51 #define H4_ACL 0x02 macro
84 case H4_ACL: in get_rx()
120 case H4_ACL: { in packet_len()
259 net_buf_push_u8(buf, H4_ACL); in uc_send()
Dh4.c35 #define H4_ACL 0x02 macro
90 case H4_ACL: in h4_get_type()
202 case H4_ACL: in get_rx()
364 case H4_ACL: in read_header()
405 tx.type = H4_ACL; in process_tx()
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c42 H4_ACL = 0x02, enumerator
90 case H4_ACL: in hci_payload_size()
106 case H4_ACL: in hci_hdr_size()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dhci_raw.c30 #define H4_ACL 0x02 macro
131 case H4_ACL: in bt_buf_get_tx()
200 net_buf_push_u8(buf, H4_ACL); in bt_recv()