Search found 2 matches

by suriyaelango
Mon Mar 18, 2019 7:57 am
Forum: General Discussion
Topic: ESP32 Bluetooth SPP with bidirectional communication (send and receive)
Replies: 22
Views: 54803

Re: ESP32 Bluetooth SPP with bidirectional communication (send and receive)

The esp_spp_write function is an IDF function. Any chance it works with the Arduino framework for ESP32?
by suriyaelango
Mon Mar 11, 2019 2:12 pm
Forum: General Discussion
Topic: ESP32 Bluetooth SPP with bidirectional communication (send and receive)
Replies: 22
Views: 54803

Re: ESP32 Bluetooth SPP with bidirectional communication (send and receive)

Hi,
Can someone please tell me if Bluetooth SPP supports multiple clients in case of bi-directional communication? If yes, implementation code, please.