Search found 1 match
- Sat May 09, 2020 9:30 pm
- Forum: ESP32 Arduino
- Topic: BluetoothSerial with Secure Simple Pairing - Bluetooth Classic
- Replies: 0
- Views: 3356
BluetoothSerial with Secure Simple Pairing - Bluetooth Classic
I try to implement a Bluetooth Classic Master and connect an ESP32 to a Bluetooth Classic device that uses Secure Simple Pairing (SSP). #include "BluetoothSerial.h" BluetoothSerial SerialBT; uint8_t address[6] = {0x4C, 0xE1, 0x73, 0xB3, 0x8E, 0x76}; bool connected; void setup() { Serial.begin(115200...