Search found 3 matches

by rockllei
Tue Mar 15, 2022 5:44 am
Forum: General Discussion
Topic: Bluetooth TX Power
Replies: 4
Views: 7910

Re: Bluetooth TX Power

Does esp_ble_tx_power_set works?

I have not used this before.
by rockllei
Tue Mar 15, 2022 5:31 am
Forum: General Discussion
Topic: BLE: Correct way to reject new bonding?
Replies: 0
Views: 1035

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...