arduino-esp32/libraries/BluetoothSerial
Luc c3ec91f968 Allow to add custom callback in BT Serial (#2081)
This allow to catch the events when connected /disconnected,, etc...
This also allow to get parameters of events like the remote address of connected devices, etc...
Small change but lot of flexibility
2018-11-19 19:30:28 +01:00
..
examples/SerialToSerialBT Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
src Allow to add custom callback in BT Serial (#2081) 2018-11-19 19:30:28 +01:00
keywords.txt Add hasClient for BluetoothSerial (#1183) 2018-03-09 11:16:18 +01:00
library.properties Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01: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?