Page 1 of 1

BLE advertise several values ?

Posted: Sun Mar 04, 2018 10:40 am
by jumjum123
Is there an example how to advertise several values ?

Idea is to advertise values for example:
0x1809, 0x180f, 0x1804, ...

Going the hard way to convert everything to hex by myself is an (IMHO ugly) option, any better idea ?

Re: BLE advertise several values ?

Posted: Mon Mar 12, 2018 4:46 am
by kolban
It feels like you might get some mileage from the esp_ble_gap_config_adv_data_raw. This allows you to advertize anything you choose that is a legal BLE advertisement.