arduino-esp32/libraries/BluetoothSerial
mishafarms b4a9684a74 Fix SerialBT.flush (#3579)
* Fix flush

flush should not flush the read buffer, it should wait till all output is drained from the write buffer.

* Update BluetoothSerial.cpp

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2020-01-20 22:34:57 +02:00
..
examples Support for Master mode, Pin and SSP (#3219) 2019-10-01 17:34:46 +03:00
src Fix SerialBT.flush (#3579) 2020-01-20 22:34:57 +02: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?