arduino-esp32/libraries/BluetoothSerial
h-actsafe 247bca8bda
BluetoothSerial : Re-set _isRemoteAddressSet to false if connect() fails. (#6728)
The internal _isRemoteAddressSet variable is set to true
when calling connect() functions. If connecting fails _isRemoteAddressSet
needs to be re-set to false, otherwise other functions, such as
discover() will fail without clear error messages.
2022-05-27 12:20:43 +03:00
..
examples Allow BluetoothSerial::connect() with specified channel and more options (#6380) 2022-04-26 14:41:29 +03:00
src BluetoothSerial : Re-set _isRemoteAddressSet to false if connect() fails. (#6728) 2022-05-27 12:20:43 +03:00
keywords.txt Add hasClient for BluetoothSerial (#1183) 2018-03-09 11:16:18 +01:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00
README.md Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00

Bluetooth Serial Library

A simple Serial compatible library using ESP32 classical bluetooth (SPP)

How to use it?