Hi, I'm using nRF52832, SDK13.0.0 as peripheral.
My iPhone app(my company's) makes connection without problem. But Android app gets connection fail when it tries to connect.
Android callback function is onConnectionStateChange(BluetoothGatt gatt, int status, int newState) callback value of status = 133 (Not success, GATT_ERROR)
I think it's not nordic's problem but i want to know debugging point.
Is there any chance of getting event regarding connection before "BLE_GAP_EVT_CONNECTED" event? Or do you have good experience in this case for Android?
I need your help.