Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/nimble/port/include/cc2564x/syscfg/syscfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@

/* Overridden by targets/cc2564x (defined by @apache-mynewt-nimble/nimble/host) */
#ifndef MYNEWT_VAL_BLE_SM_IO_CAP
#define MYNEWT_VAL_BLE_SM_IO_CAP (BLE_HS_IO_DISPLAY_YESNO)
#define MYNEWT_VAL_BLE_SM_IO_CAP (BLE_HS_IO_NO_INPUT_OUTPUT)
#endif

#ifndef MYNEWT_VAL_BLE_SM_KEYPRESS
Expand Down
2 changes: 1 addition & 1 deletion third_party/nimble/syscfg/targets/cc2564x/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ syscfg.vals:
BLE_TRANSPORT_ACL_FROM_LL_COUNT: 20

# CC2564B does not support LE-SC or MITM (and enabling them wedges a phone until you reboot!).
BLE_SM_IO_CAP: 'BLE_HS_IO_DISPLAY_YESNO'
BLE_SM_IO_CAP: 'BLE_HS_IO_NO_INPUT_OUTPUT'
BLE_SM_LEGACY: 1
Loading