mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-30 02:37:14 +02:00
Add hasClient for BluetoothSerial (#1183)
* Add hasClient for BluetoothSerial * Add SPP_TAG
This commit is contained in:
@ -40,6 +40,7 @@ class BluetoothSerial: public Stream
|
||||
bool begin(String localName=String());
|
||||
int available(void);
|
||||
int peek(void);
|
||||
bool hasClient(void);
|
||||
int read(void);
|
||||
size_t write(uint8_t c);
|
||||
size_t write(const uint8_t *buffer, size_t size);
|
||||
|
Reference in New Issue
Block a user