CMU-CREATE-Lab / preK-emotions-app

Other
1 stars 2 forks source link

pairing mode for current BLE connection #124

Open tasota opened 2 years ago

tasota commented 2 years ago

When user tries to manual pair, add prompt for option to set currently-connected device to be default.

Not sure if this is easy to do or not but worth checking it out

tasota commented 2 years ago

Played around with call to BluetoothAdapter.getDefaultAdapter().getBondedDevices() but it was returning an empty list when testing on the A7, so not quite sure how this would get implemented.