Home
last modified time | relevance | path

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

/btstack/port/arduino/
H A Dbsp_arduino_em9301.cpp187 int num_bytes_read = 0; in bt_try_read() local
201 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() local
259 if (num_bytes_read == 0){ in hal_uart_dma_process()
/btstack/example/
H A Dhid_keyboard_demo.c249 uint32_t num_bytes_read = 0; in send_next() local
250 btstack_ring_buffer_read(&send_buffer, &character, 1, &num_bytes_read); in send_next()
251 if (num_bytes_read == 0) { in send_next()
H A Dhog_keyboard_demo.c289 uint32_t num_bytes_read; in typing_can_send_now() local
291 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()