Home
last modified time | relevance | path

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

/samples/boards/st/bluetooth/interactive_gui/src/
A Dmain.c216 enum bt_buf_type alloc_type; in alloc_tx_buf() local
222 alloc_type = BT_BUF_CMD; in alloc_tx_buf()
225 alloc_type = BT_BUF_ISO_OUT; in alloc_tx_buf()
228 alloc_type = BT_BUF_ACL_OUT; in alloc_tx_buf()
235 return bt_buf_get_tx(alloc_type, K_NO_WAIT, NULL, 0); in alloc_tx_buf()

Completed in 40 milliseconds