Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c46 #define H4_ST_VND_CMD 0xFF macro
104 buffer_out[0] = H4_ST_VND_CMD; in parse_cmd()
170 (type == BT_HCI_H4_ACL) | (type == BT_HCI_H4_ISO) | (type == H4_ST_VND_CMD); in valid_type()
181 case H4_ST_VND_CMD: in get_len()
202 case H4_ST_VND_CMD: in hdr_len()
222 case H4_ST_VND_CMD: in alloc_tx_buf()
233 if (buf && (type == H4_ST_VND_CMD)) { in alloc_tx_buf()
389 if (buf_type == H4_ST_VND_CMD) { in tx_thread()