mirror of https://github.com/ARMmbed/mbed-os.git
BLE: rename AdvertisingReportEvent::getAdvertisingData into getPayload.
This change makes it consistent with PeriodicAdvertisingReportEvent.pull/8974/head
parent
c8c355467e
commit
c3899d15a9
|
@ -152,7 +152,7 @@ struct AdvertisingReportEvent {
|
|||
}
|
||||
|
||||
/** Get payload. */
|
||||
const mbed::Span<const uint8_t> &getAdvertisingData() const
|
||||
const mbed::Span<const uint8_t> &getPayload() const
|
||||
{
|
||||
return advertisingData;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue