mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Add default minimiseFragmentationValue for Gap::setAdvertisingScanresponse.
parent
06b3ccd322
commit
5236a70618
|
@ -1724,7 +1724,7 @@ public:
|
||||||
virtual ble_error_t setAdvertisingScanResponse(
|
virtual ble_error_t setAdvertisingScanResponse(
|
||||||
AdvHandle_t handle,
|
AdvHandle_t handle,
|
||||||
mbed::Span<uint8_t> response,
|
mbed::Span<uint8_t> response,
|
||||||
bool minimiseFragmentation
|
bool minimiseFragmentation = false
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
(void) handle;
|
(void) handle;
|
||||||
|
|
Loading…
Reference in New Issue