Searched refs:connectChannelToSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealth.aidl34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
H A DBluetoothHealth.java46 * <li> Connect to a health device using {@link #connectChannelToSource}. Some
231 public boolean connectChannelToSource(BluetoothDevice device, method in class:BluetoothHealth
236 return mService.connectChannelToSource(device, config);

Completed in 24 milliseconds