File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ void BLEManagerImpl::EventHandler_init(void)
557
557
CHIPoBLEProfile_AddService (GATT_ALL_SERVICES);
558
558
559
559
// Start Bond Manager and register callback
560
- VOID GAPBondMgr_Register (BLEMgr_BondMgrCBs);
560
+ VOID GAPBondMgr_Register (& BLEMgr_BondMgrCBs);
561
561
562
562
// Register with GAP for HCI/Host messages. This is needed to receive HCI
563
563
// events. For more information, see the HCI section in the User's Guide:
@@ -950,9 +950,6 @@ void BLEManagerImpl::ProcessEvtHdrMsg(QueuedEvt_t * pMsg)
950
950
951
951
case PAIR_STATE_EVT: {
952
952
BLEMGR_LOG (" BLEMGR: PAIR_STATE_EVT" );
953
-
954
- // Send passcode response
955
- GAPBondMgr_PasscodeRsp (((PasscodeData_t *) (pMsg->pData ))->connHandle , SUCCESS, B_APP_DEFAULT_PASSCODE);
956
953
}
957
954
break ;
958
955
You can’t perform that action at this time.
0 commit comments