Hi,
Is there a way I can intercept when a user has clicked OK to accept a bluetooth pairing dialog?
Maybe this below, but I don't know if this applies to Bluetooth 2.1 or BLE only (I use 2.1), and bonding is BLE terminology. I already have a service set up to intercept the PAIRING_REQUEST event which occurs when the dialog is presented.
If StartingIntent.Action = "android.bluetooth.device.action.BOND_BONDED" Then
Is there a way I can intercept when a user has clicked OK to accept a bluetooth pairing dialog?
Maybe this below, but I don't know if this applies to Bluetooth 2.1 or BLE only (I use 2.1), and bonding is BLE terminology. I already have a service set up to intercept the PAIRING_REQUEST event which occurs when the dialog is presented.
If StartingIntent.Action = "android.bluetooth.device.action.BOND_BONDED" Then