Is it possible to fill some field when sending advertise message.
We want to change some filed periodicity, so is it possible every time sending the advertise message.
Thanks.
Is it possible to fill some field when sending advertise message.
We want to change some filed periodicity, so is it possible every time sending the advertise message.
Thanks.
The NCS BLE tutorial, custom-service-in-peripheral-role might answer your question. Take a look at "Step 5: Configure Advertisement and Scan Response data". You may want to use BT_DATA_MANUFACTURER_DATA for custom data, take a look at zephyr/samples/bluetooth/ibeacon on how it's done.
Best regards,
Simon
The NCS BLE tutorial, custom-service-in-peripheral-role might answer your question. Take a look at "Step 5: Configure Advertisement and Scan Response data". You may want to use BT_DATA_MANUFACTURER_DATA for custom data, take a look at zephyr/samples/bluetooth/ibeacon on how it's done.
Best regards,
Simon