Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/src/
Dmain.c48 #define H4_ISO 0x05 macro
76 return (type == H4_CMD) | (type == H4_ACL) | (type == H4_ISO); in valid_type()
85 case H4_ISO: in get_len()
102 case H4_ISO: in hdr_len()
/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Duserchan.c54 #define H4_ISO 0x05 macro
86 case H4_ISO: in get_rx()
144 case H4_ISO: { in packet_len()
266 net_buf_push_u8(buf, H4_ISO); in uc_send()
Dh4.c38 #define H4_ISO 0x05 macro
94 case H4_ISO: in h4_get_type()
204 case H4_ISO: in get_rx()
368 case H4_ISO: in read_header()
413 tx.type = H4_ISO; in process_tx()
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c45 H4_ISO = 0x05, enumerator
92 case H4_ISO: in hci_payload_size()
108 case H4_ISO: in hci_hdr_size()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_raw.c33 #define H4_ISO 0x05 macro
139 case H4_ISO: in bt_buf_get_tx()
202 net_buf_push_u8(buf, H4_ISO); in bt_recv()