Another approach I was thinking of:
-) Use different advertising policies: ADV_FILTER_ALLOW_SCAN_ANY_CON_WLST or ADV_FILTER_ALLOW_SCAN_WLST_CON_WLST if no public pairing should be possible, ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY if in pairing mode
-) If a connection is established, add the BT-MAC to the ...
Search found 4 matches
- Thu Jul 02, 2020 12:41 pm
- Forum: ESP-IDF
- Topic: BLE Pairing with a button
- Replies: 4
- Views: 7669
- Thu Jul 02, 2020 10:53 am
- Forum: ESP-IDF
- Topic: BLE Pairing with a button
- Replies: 4
- Views: 7669
Re: BLE Pairing with a button
Hi @all,
I have the same request/problem with denying devices to pair with the ESP32.
I've tried to return false with esp_ble_gap_security_rsp
on the GAP event ESP_GAP_BLE_SEC_REQ_EVT.
But this event seems to never occur.
Events on pairing are:
ESP_GAP_BLE_KEY_EVT
ESP_GAP_BLE_UPDATE_CONN_PARAMS ...
I have the same request/problem with denying devices to pair with the ESP32.
I've tried to return false with esp_ble_gap_security_rsp
on the GAP event ESP_GAP_BLE_SEC_REQ_EVT.
But this event seems to never occur.
Events on pairing are:
ESP_GAP_BLE_KEY_EVT
ESP_GAP_BLE_UPDATE_CONN_PARAMS ...
- Tue Nov 14, 2017 9:54 am
- Forum: ESP-IDF
- Topic: ESPUSB32 Full-speed USB Approach
- Replies: 15
- Views: 51121
Re: ESPUSB32 Full-speed USB Approach
@ESP_Sprite
Did you have any success on an RMT implementation / proof-of-concept
?
If it is possible, could you share your code anyway? I'm looking forward to fiddle around with USB ^^
Did you have any success on an RMT implementation / proof-of-concept
If it is possible, could you share your code anyway? I'm looking forward to fiddle around with USB ^^
- Fri Feb 10, 2017 1:34 pm
- Forum: ESP-IDF
- Topic: RFC7668 - 6LoWPAN over BLE - BT stack
- Replies: 0
- Views: 4542
RFC7668 - 6LoWPAN over BLE - BT stack
Dear all,
first of all, thanks for the new ESP32 :-)
My question relates to the Bluedroid stack provided in the IDF:
I've already implemented the HCI advertising for providing IPSP profile, but currently I need a little bit of help regarding the structure of the Bluetooth stack initialisation ...
first of all, thanks for the new ESP32 :-)
My question relates to the Bluedroid stack provided in the IDF:
I've already implemented the HCI advertising for providing IPSP profile, but currently I need a little bit of help regarding the structure of the Bluetooth stack initialisation ...