Home
last modified time | relevance | path

Searched refs:bluetoothDisconnectFromProfile (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarBluetoothUserService.aidl27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile() method
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileInhibitManager.java388 mBluetoothUserProxies.bluetoothDisconnectFromProfile( in addInhibitRecord()
H A DCarBluetoothUserService.java322 public boolean bluetoothDisconnectFromProfile(int profile, BluetoothDevice device) { in bluetoothDisconnectFromProfile() method in CarBluetoothUserService
H A DBluetoothProfileDeviceManager.java569 return mBluetoothUserProxies.bluetoothDisconnectFromProfile(mProfileId, device); in disconnect()