bt_mesh_adv_data struct
Description of different data types that can be encoded into advertising data. Used to form arrays that are passed to the bt_le_adv_start() function.
Syntax
struct bt_mesh_adv_data
{
uint8_t type;
uint8_t data_len;
const uint8_t *data;
};
Fields