Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c78 static uint8_t common_tx_buffer_alloc; variable
125 common_tx_buffer_alloc -= (conn->llcp.tx_buffer_alloc - in ull_cp_update_tx_buffer_queue()
170 return (common_tx_buffer_alloc < in llcp_tx_alloc_peek()
201 common_tx_buffer_alloc++; in llcp_tx_alloc()
212 common_tx_buffer_alloc++; in llcp_tx_alloc()
405 common_tx_buffer_alloc = 0; in ull_cp_init()
477 common_tx_buffer_alloc--; in ull_cp_release_tx()
2051 return common_tx_buffer_alloc;