Home
last modified time | relevance | path

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

/btstack/test/fifo/
H A Dfifo.c15 static uint8_t fixed_channel_tail_index = FIXED_CHANNEL_FIFO_INVALID_INDEX; variable
29 if (fixed_channel_tail_index == FIXED_CHANNEL_FIFO_INVALID_INDEX){ in fifo_add()
32 fixed_channels[fixed_channel_tail_index].next_request = index; in fifo_add()
34 fixed_channel_tail_index = index; in fifo_add()
51 fixed_channel_tail_index = FIXED_CHANNEL_FIFO_INVALID_INDEX; in fifo_get_next()