Search found 2 matches

by jgries
Wed Feb 26, 2020 11:49 am
Forum: General Discussion
Topic: Question on esp_bt_gap_read_remote_name when doing multipe request in parallel?
Replies: 1
Views: 4070

Question on esp_bt_gap_read_remote_name when doing multipe request in parallel?

Hi all, I have a scenario where Bluetooth GAP discovery results in a bunch a devices, which do not provide their remote name on ESP_BT_GAP_DISC_RES_EVT event by default. In order to get missing remote names I think I need to ask each device explicitly using function esp_bt_gap_read_remote_name. I wo...
by jgries
Wed Feb 26, 2020 10:47 am
Forum: General Discussion
Topic: How to change default size of UART FIFO?
Replies: 1
Views: 6608

How to change default size of UART FIFO?

Hi all, from ESP32 technical reference manual I've learned that UART controllers share a total of 1024 bytes RAM and default size per Rx/Tx FIFO is a block of 128 byte. Furthermore it says "Rx_FIFO of UARTn can be extended by setting UARTn_RX_SIZE". However it is not clear to me, where this UARTn_RX...