Hello all,
I know that BLE stack 1.4.1 has a fix for the problem connecting HID keyboards with iOS 8.2+ devices. I have tested with the v1.4.1 HidEmuKbrd project and the connection works.
I have tried to migrate my own project to the BLE stack 1.4.1 but it is still showing the connection problem.
I have set:
#define DEFAULT_PAIRING_MODE GAPBOND_PAIRING_MODE_WAIT_FOR_REQ
And I have checked; the gapBondMgr.c and gapBondMgr.h files are identical to the v1.4.1 stack.
What other macros, functions, and files are critical to set/update in order to solve this problem?
I know I must have missed some v1.4.1 stack change during the migration, but don't know where to start looking.
Thanks in advance,
-S