Searched refs:ringbuf_write (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 73 RingbufHandle_t ringbuf_write; member 171 …if (((*slot)->ringbuf_write = xRingbufferCreate(spp_local_param.tx_buffer_size, RINGBUF_TYPE_BYTEB… in spp_malloc_slot() 191 vRingbufferDelete((*slot)->ringbuf_write); in spp_malloc_slot() 284 vRingbufferDelete(slot->ringbuf_write); in spp_free_slot() 902 uint8_t *data = xRingbufferReceiveUpTo(slot->ringbuf_write, &item_size, 0, slot->mtu); in btc_spp_write() 1121 vRingbufferReturnItem(slot->ringbuf_write,slot->write_data); in btc_spp_cb_handler() 1125 vRingbufferGetInfo(slot->ringbuf_write, NULL, NULL, NULL, NULL, &items_waiting); in btc_spp_cb_handler() 1134 … uint8_t *data = xRingbufferReceiveUpTo(slot->ringbuf_write, &item_size, 0, slot->mtu); in btc_spp_cb_handler() 1251 … uint8_t *data = xRingbufferReceiveUpTo(slot->ringbuf_write, &item_size, 0, slot->mtu); in btc_spp_cb_handler() 1467 vRingbufferGetInfo(slot->ringbuf_write, NULL, NULL, NULL, NULL, &items_waiting); in spp_vfs_write() [all …]
|