Is this a bug? #107
TheEclectic
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm not clear on why we maintain the peers_list in the first place; however, we have theses defines
that peers_list_maintain() uses these magic values to RESET or PURGE, but they are the same value so we never actually purge. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't have any BT devices that require a 16 digit PIN so this might not be a problem:
In ./components/driver_bt/bt_app_source.c
static void handle_bt_gap_pin_req(esp_bt_gap_cb_event_t event, esp_bt_gap_cb_param_t *param)
Other uses of pin_code suggest that we need a character '0' not zero.
Beta Was this translation helpful? Give feedback.
All reactions