81
Bluetooth Framework / Re: Custom Advertisement Packets
« Last post by Mike Petrichenko on January 18, 2022, 05:15:57 AM »Hello,
In fact I know how BLE advertisement looks. Not all advertismeents from any BLE device includes name and other data. It's just your device does so. Others may advertise name in separate advertisement. As you have MAC its not a problem to combine name and manufacturer data with using, let say, Dictionary class or something similar.
However we probably can add something like OnRawFrame but you have to parse all the data manually then.
In fact I know how BLE advertisement looks. Not all advertismeents from any BLE device includes name and other data. It's just your device does so. Others may advertise name in separate advertisement. As you have MAC its not a problem to combine name and manufacturer data with using, let say, Dictionary class or something similar.
However we probably can add something like OnRawFrame but you have to parse all the data manually then.