Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +1 −2 Original line number Diff line number Diff line Loading @@ -471,8 +471,7 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect } /** * Set connection policy of the profile and connects it if connectionPolicy is * {@link BluetoothProfile#CONNECTION_POLICY_ALLOWED} or disconnects if connectionPolicy is * Set connection policy of the profile and tries to disconnect it if connectionPolicy is * {@link BluetoothProfile#CONNECTION_POLICY_FORBIDDEN} * * <p> The device should already be paired. Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +1 −2 Original line number Diff line number Diff line Loading @@ -471,8 +471,7 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect } /** * Set connection policy of the profile and connects it if connectionPolicy is * {@link BluetoothProfile#CONNECTION_POLICY_ALLOWED} or disconnects if connectionPolicy is * Set connection policy of the profile and tries to disconnect it if connectionPolicy is * {@link BluetoothProfile#CONNECTION_POLICY_FORBIDDEN} * * <p> The device should already be paired. Loading