Home
last modified time | relevance | path

Searched defs:bluetoothDisconnectFromProfile (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile() method
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java310 public boolean bluetoothDisconnectFromProfile(int profile, BluetoothDevice device) { in bluetoothDisconnectFromProfile() method in CarBluetoothUserService