OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnectchannel
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl
37
boolean
disconnectChannel
(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
BluetoothHealth.java
52
* <li> When done, close the health channel by calling {@link #
disconnectChannel
}
288
public boolean
disconnectChannel
(BluetoothDevice device,
293
return mService.
disconnectChannel
(device, config, channelId);