Searched refs:num_bytes_read (Results 1 – 3 of 3) sorted by relevance
187 int num_bytes_read = 0; in bt_try_read() local201 num_bytes_read++; in bt_try_read()211 return num_bytes_read; in bt_try_read()258 int num_bytes_read = bt_try_read(); in hal_uart_dma_process() local259 if (num_bytes_read == 0){ in hal_uart_dma_process()
249 uint32_t num_bytes_read = 0; in send_next() local250 btstack_ring_buffer_read(&send_buffer, &character, 1, &num_bytes_read); in send_next()251 if (num_bytes_read == 0) { in send_next()
289 uint32_t num_bytes_read; in typing_can_send_now() local291 btstack_ring_buffer_read(&ascii_input_buffer, &c, 1, &num_bytes_read); in typing_can_send_now()292 if (num_bytes_read == 0){ in typing_can_send_now()