I'm getting errors (attached below) even while compiling the example program, I think it's because each "byte" of the MAC address is declared as unsigned int in esp_bt_defs.h and again as unsigned ...
inline size_t write(unsigned long n) { return write((uint8_t)n); } inline size_t write(long n) { return write((uint8_t)n); } inline size_t write(unsigned int n ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results