Search found 1 match

by Tumbelo
Fri Jan 15, 2021 12:24 pm
Forum: ESP32 Arduino
Topic: Whitelisting and/or setScanFilter of BLE server not working
Replies: 1
Views: 2254

Whitelisting and/or setScanFilter of BLE server not working

Hi there, I'm having simple BLE server and trying to allow connections only from whitelisted devices, but without success. All actions are done in setup like this: void setup() { Serial.begin(115200); Serial.println("Starting..."); BLEDevice::init("Test dev"); BLEServer *pServer = BLEDevice::createS...