Search found 3 matches
- Wed Mar 16, 2022 9:48 am
- Forum: ESP32 Arduino
- Topic: Whitelisting and/or setScanFilter of BLE server not working
- Replies: 1
- Views: 2653
- Tue Mar 15, 2022 5:44 am
- Forum: General Discussion
- Topic: Bluetooth TX Power
- Replies: 4
- Views: 8082
Re: Bluetooth TX Power
Does esp_ble_tx_power_set works?
I have not used this before.
I have not used this before.
- Tue Mar 15, 2022 5:31 am
- Forum: General Discussion
- Topic: BLE: Correct way to reject new bonding?
- Replies: 0
- Views: 1103
BLE: Correct way to reject new bonding?
I am using the BLESecurityCallbacks::onSecurityRequest() to reject new bonding, but it seems that BLEServerCallbacks::onConnect will still be called event BLESecurityCallbacks::onSecurityRequest() returns false, and somethimes this will break Mac's SystemPreferences, i am testing on Mac M1 Pro. My r...