adv builder helper now returns an object

pull/9776/head
Conrad Braam 2019-02-20 13:54:38 +00:00
parent 0ca6ee8bce
commit 57033ee91a
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ public:
AdvertisingDataSimpleBuilder &setAdvertisingInterval(adv_interval_t interval)
{
MBED_ASSERT(_builder.setAdvertisingInterval(interval) == BLE_ERROR_NONE);
return *this;
}
/**