Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl235 … int connectAllEnabledProfiles(in BluetoothDevice device, in AttributionSource attributionSource); in connectAllEnabledProfiles() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2908 public int connectAllEnabledProfiles(BluetoothDevice device, AttributionSource source) { in connectAllEnabledProfiles() method in AdapterService.AdapterServiceBinder
5262 public int connectAllEnabledProfiles(BluetoothDevice device) { in connectAllEnabledProfiles() method in AdapterService