Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c216 uint8_t alloc_type = type; in alloc_tx_buf() local
223 alloc_type = BT_HCI_H4_CMD; in alloc_tx_buf()
232 buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, &alloc_type, sizeof(alloc_type)); in alloc_tx_buf()