We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6ede3 commit 56af3cbCopy full SHA for 56af3cb
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp
@@ -582,8 +582,14 @@ bool CordioSecurityManager::sm_handler(const wsfMsgHdr_t* msg) {
582
return true;
583
}
584
585
- case DM_SEC_SLAVE_REQ_IND:
+ case DM_SEC_SLAVE_REQ_IND: {
586
+ dmSecPairIndEvt_t* evt = (dmSecPairIndEvt_t*) msg;
587
+ handler->on_slave_security_request(
588
+ /* connection */ evt->hdr.param,
589
+ evt->auth
590
+ );
591
592
+ }
593
594
case DM_SEC_CALC_OOB_IND:
595
0 commit comments