Hi at All,
i've the problem with estimote beacon.
While in B4A version all the beacons are detected, in B4i version the BLE library detect all beacons (i filter it with is name (EST) but when the app execute fillData, this native method don't fill the byte array b
this method return empty b and for this reason don't detect any beacon.
Can you help me?!?
Thanks at all for your time!
P.S. Is it possible to read the content for AdvertisingData map directly? This is the NSObject type and is not possible to read the content. You know the alternative method to read?
Fabio
i've the problem with estimote beacon.
While in B4A version all the beacons are detected, in B4i version the BLE library detect all beacons (i filter it with is name (EST) but when the app execute fillData, this native method don't fill the byte array b
B4X:
no.RunMethod("fillData:::", Array("FEAA", b, AdvertisingData.Get("kCBAdvDataServiceData")))
this method return empty b and for this reason don't detect any beacon.
Can you help me?!?
Thanks at all for your time!
P.S. Is it possible to read the content for AdvertisingData map directly? This is the NSObject type and is not possible to read the content. You know the alternative method to read?
Fabio