Android BLE Peripheral (GATT Server) with PIN Authentication

742 Views Asked by At

I want to develop an Android BLE Peripheral (GATT Server) which works as a virtual Heart Rate Monitor. My major requirement is, Any Android/iOS Central application connecting with this Android BLE Peripheral, should perform secure PIN based bonding (Android Peripheral Application should generate a PIN & Android/iOS Central app must enter that PIN to connect). How do i implement this on Android Peripheral side?

0

There are 0 best solutions below