Commit 6077421
committed
NimBLEClient::handleGapEvent() {
case BLE_GAP_EVENT_PASSKEY_ACTION:
} else if (event->passkey.params.action == BLE_SM_IOACT_INPUT || event->passkey.params.action == BLE_SM_IOACT_DISP) {
...
}
}
Add BLE_SM_IOACT_DISP action. This action is necessary when using NimBLEDevice::setSecurityIOCap(BLE_HS_IO_DISPLAY_ONLY).1 parent 6f0b9dd commit 6077421
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | | - | |
| 1208 | + | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
| |||
0 commit comments