Allow BluetoothSerial::connect() with specified channel and more options (#6380)

* BTAddress const, add bool()

* BTAdvertisedDevice: const functions

* BluetoothSerial: add: getChannels, add isClosed, add read/peek timeout, add connect with channel#

* BluetoothSerial: add sec_mask, role in ::connect

* BluetoothSerial add discover and connect with channel number example

* DiscoverConnect: add SPP_ENABLED check

* DiscoverConnect: disable on esp32s3
This commit is contained in:
Christian Ferbar
2022-04-26 13:41:29 +02:00
committed by GitHub
parent f3bdfb31f9
commit b88a70a0bd
10 changed files with 341 additions and 43 deletions