I see the bug that is described in the e2e.ti.com/.../2714998
I'm adding HID service and the issue happens when my IPhone auto connect to a single BLE device.
I see in the UART terminal that number of active connections increases with the same MAC address.
But I have only one BLE device. How is it possible?
I'm working on the HID device, so iOS auto connects if it was paired. HID works fine unless the new phantom connections occur.
uint8_t pairMode = GAPBOND_PAIRING_MODE_INITIATE;
uint8_t mitm = FALSE;
uint8_t ioCap = GAPBOND_IO_CAP_NO_INPUT_NO_OUTPUT;
uint8_t bonding = TRUE;
When are you going to research and fix this issue? It makes me crazy!