How to do pairing with BLE device after GATT connection because I have to do it manually , then I am able to get response from BLE device .
bluetoothComponent.gatt = tempdevice.connectGatt(getApplicationContext(), false,
bluetoothComponent.callbacknew);
Please help ,me out how to do pairing with BLE device after getting connected with BLE device .