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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealth.aidl37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
H A DBluetoothHealth.java52 * <li> When done, close the health channel by calling {@link #disconnectChannel}
288 public boolean disconnectChannel(BluetoothDevice device, method in class:BluetoothHealth
293 return mService.disconnectChannel(device, config, channelId);

Completed in 112 milliseconds