mirror of https://github.com/ARMmbed/mbed-os.git
BLE: rename Gap:setPeriodicAdvertisingData into setPeriodicAdvertisingPayload.
parent
eefdc638f7
commit
01b0de2175
|
@ -1771,7 +1771,7 @@ public:
|
|||
return BLE_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
virtual ble_error_t setPeriodicAdvertisingData(
|
||||
virtual ble_error_t setPeriodicAdvertisingPayload(
|
||||
AdvHandle_t handle,
|
||||
mbed::Span<uint8_t> payload
|
||||
) {
|
||||
|
|
|
@ -121,7 +121,7 @@ public:
|
|||
bool advertiseTxPower
|
||||
);
|
||||
|
||||
virtual ble_error_t setPeriodicAdvertisingData(
|
||||
virtual ble_error_t setPeriodicAdvertisingPayload(
|
||||
AdvHandle_t handle,
|
||||
mbed::Span<uint8_t> payload
|
||||
);
|
||||
|
|
|
@ -1931,7 +1931,7 @@ ble_error_t GenericGap::setPeriodicAdvertisingParameters(
|
|||
);
|
||||
}
|
||||
|
||||
ble_error_t GenericGap::setPeriodicAdvertisingData(
|
||||
ble_error_t GenericGap::setPeriodicAdvertisingPayload(
|
||||
Gap::AdvHandle_t handle,
|
||||
mbed::Span<uint8_t> payload
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue