Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl239 …oneway void connectAllEnabledProfiles(in BluetoothDevice device, in AttributionSource attributionS… in connectAllEnabledProfiles() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2847 public void connectAllEnabledProfiles(BluetoothDevice device, in connectAllEnabledProfiles() method in AdapterService.AdapterServiceBinder
2860 private int connectAllEnabledProfiles(BluetoothDevice device, in connectAllEnabledProfiles() method in AdapterService.AdapterServiceBinder
5638 public int connectAllEnabledProfiles(BluetoothDevice device) { in connectAllEnabledProfiles() method in AdapterService