Skip to content

Commit 47e005e

Browse files
authored
BLE: Fix address report in Maxim port.
1 parent e3d7f2b commit 47e005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_Maxim/MaximBLE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static void maximHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg)
169169
(GapAdvertisingParams::AdvertisingType_t)scanReport->eventType,
170170
scanReport->len,
171171
scanReport->pData,
172-
(BLEProtocol::AddressType_t) scan->scanReport.addrType);
172+
(BLEProtocol::AddressType_t) scanReport->addrType);
173173
}
174174
break;
175175
case DM_CONN_OPEN_IND:

0 commit comments

Comments
 (0)