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