Search found 7 matches

by kevinlam
Fri Sep 04, 2020 7:23 am
Forum: General Discussion
Topic: Refuse BLE connection if the phone is not in bonding list
Replies: 1
Views: 2493

Re: Refuse BLE connection if the phone is not in bonding list

I have tried to use whitelist to refuse the bonded device, but it seems has a bug and someone posted the related issue on github,

https://github.com/espressif/esp-idf/issues/2262

do you have any workaround right now?
by kevinlam
Fri Sep 04, 2020 7:22 am
Forum: General Discussion
Topic: How to change another BLE advertising name on the fly?
Replies: 2
Views: 3413

Re: How to change another BLE advertising name on the fly?

Thanks for the reply, it works perfectly.
by kevinlam
Wed Sep 02, 2020 6:05 am
Forum: General Discussion
Topic: Refuse BLE connection if the phone is not in bonding list
Replies: 1
Views: 2493

Refuse BLE connection if the phone is not in bonding list

Hello,

Is there a way to refuse BLE connection if the phone is not in existing bonding list in ESP32?

My idea is, to limit only 1 phone can bond and connect to ESP32 and don't want to use passkey in my application.

Thanks,
Kevin
by kevinlam
Tue Aug 25, 2020 2:58 am
Forum: General Discussion
Topic: How to change another BLE advertising name on the fly?
Replies: 2
Views: 3413

How to change another BLE advertising name on the fly?

Hello, I would like to change the advertising name after every BLE disconnection. For first connection: ADV_NAME_01 , after disconnection then change to advertising name to ADV_NAME_02 I tried to call below functions before re-init the bluetooth but still no luck, anyone have experience to do this a...
by kevinlam
Fri Jul 10, 2020 2:53 am
Forum: General Discussion
Topic: BLE bonding limit
Replies: 3
Views: 5477

Re: BLE bonding limit

thanks Wangcheng!
by kevinlam
Thu Jul 09, 2020 4:26 am
Forum: ESP-IDF
Topic: BLE bonding limit
Replies: 1
Views: 2532

BLE bonding limit

** Same question posted at General Discussion 3 days ago "https://www.esp32.com/viewtopic.php?f=2&t=16421&p=62352&hilit=BLE#p62352" Hello, Below thread described 15 bonded devices can be stored in ESP32 and it will delete the oldest bonded device to make room for the new one when the device reaches ...
by kevinlam
Mon Jul 06, 2020 3:41 am
Forum: General Discussion
Topic: BLE bonding limit
Replies: 3
Views: 5477

BLE bonding limit

Hello, Below thread described 15 bonded devices can be stored in ESP32 and it will delete the oldest bonded device to make room for the new one when the device reaches the limit. https://esp32.com/viewtopic.php?t=6403 Is there a way to change the max number of bonded devices? Also, can change the ru...