Martin Petrik
Martin Petrik

Reputation: 1

iOS as BLE peripheral - connection issue

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:

Session is established with connection parameters according to Apple Bluetooth LE guidelines:

Could anyone with experiences help? It is very important for me.

Thank you for any help,

Martin Petrik

Upvotes: 0

Views: 447

Answers (1)

Samuel
Samuel

Reputation: 8895

Martin,

If you just connect to the iDevice it will disconnect from you. You have to discover services and/or configure a service, pairing might work too. The iDevice won't allow you to connect and "do nothing", it will disconnect after several seconds. Since you are using a TI radio and I'm assuming a TI stack, I recommend using the TI E2E forums for any further questions.

Upvotes: 0

Related Questions