Skip to content

Commit 1f4e2b1

Browse files
authored
BLE: Fix Gap::processAdvertisementReport documentation
1 parent 47e005e commit 1f4e2b1

File tree

1 file changed

+1
-0
lines changed
  • features/FEATURE_BLE/ble

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/ble/Gap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,7 @@ class Gap {
23472347
* @param[in] type Advertising type of the packet.
23482348
* @param[in] advertisingDataLen Length of the advertisement data received.
23492349
* @param[in] advertisingData Pointer to the advertisement packet's data.
2350+
* @param[in] addressType Type of the address of the peer that has emitted the packet.
23502351
*/
23512352
void processAdvertisementReport(
23522353
const BLEProtocol::AddressBytes_t peerAddr,

0 commit comments

Comments
 (0)