BLE: Fix address report in Maxim port.

pull/6152/head
Vincent Coubard 2018-02-23 15:50:34 +00:00 committed by GitHub
parent e3d7f2bb05
commit 47e005e14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ static void maximHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg)
(GapAdvertisingParams::AdvertisingType_t)scanReport->eventType, (GapAdvertisingParams::AdvertisingType_t)scanReport->eventType,
scanReport->len, scanReport->len,
scanReport->pData, scanReport->pData,
(BLEProtocol::AddressType_t) scan->scanReport.addrType); (BLEProtocol::AddressType_t) scanReport->addrType);
} }
break; break;
case DM_CONN_OPEN_IND: case DM_CONN_OPEN_IND: