2022-03-16 11:28 PM
Solved! Go to Solution.
2022-03-22 12:51 AM
One of the simple advantages would be
others will not have to connect to the device in order to know what services it provides.
2022-03-16 11:52 PM
Based on its value, it specify the type of the followed advertising data.
For example, 0x16 means the advertising data a complete list of 16-bit service class uuids.
2022-03-17 12:25 AM
why we include service uuid AD type in advertising packet ??
2022-03-17 12:49 AM
We do so when needed.
For example, when we intend to advertise the services that we are offering.
2022-03-21 05:47 AM
what is the advantage of including serivce uuid AD type in advertising packet at scan device side ?
I've been reading about it, and the only answer I found is " this is used to include a complete list or incomplete list of service class uuids of 16-bit, 32-bit or 128-bit "and how to include this in advertising packet. this can be include in advertising packet using the API
aci_gap_update_adv_data(uint8_t AdvDataLen,
uint8_t AdvData[]);
AdvDataLen = 4;
AdvData[] = { 0x03(length), 0x03(AD type), 0x09,0x18(uuid)};
but my question is still same, what is the advantage of including serivce uuid AD types in adversting packet ??
2022-03-22 12:51 AM
One of the simple advantages would be
others will not have to connect to the device in order to know what services it provides.