Home
last modified time | relevance | path

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

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