Have anybody experiences with Bluetooth Smart development to iOS? I need to use iDevice as BLE advertising peripheral according to GAP layer specification. I use LightBlue for switching to peripheral role. Central device is based on Texas Instruments solution based on CC2541 wireless mcu. My issue is following:
- Central discover advertising iDevice
- connect it
- after circa 10 seconds iDevice send event about disconnect.
Session is established with connection parameters according to Apple Bluetooth LE guidelines:
- maximum connection interval: 100ms
- minimum connection interval: 100ms
- connection timeout: 3100ms
- slave latency: 0
Could anyone with experiences help? It is very important for me.
Thank you for any help,
Martin Petrik