I found in apple documentation how to configurate a UUID, major and minor for Iphone transmit as Ibeacon ( peripheral )
I don´t know how to write in B4I
https://developer.apple.com/documen...g_an_ios_device_into_an_ibeacon?language=objc
This code not generate an IBeacon just a regular bluetooth port
I found a app that do it already
https://itunes.apple.com/us/app/ble-scanner-4-0/id1221763603?mt=8
Thanks
Humberto
I don´t know how to write in B4I
https://developer.apple.com/documen...g_an_ios_device_into_an_ibeacon?language=objc
This code not generate an IBeacon just a regular bluetooth port
B4X:
peripheral.Initialize("Peripheral")
peripheral.Start("B4iPeripheral")
I found a app that do it already
https://itunes.apple.com/us/app/ble-scanner-4-0/id1221763603?mt=8
Thanks
Humberto
Last edited: