/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHealth.aidl | 37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
|
BluetoothHealth.java | 53 * <li> When done, close the health channel by calling {@link #disconnectChannel} 289 public boolean disconnectChannel(BluetoothDevice device, 294 return mService.disconnectChannel(device, config, channelId);
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPService.java | 130 disconnectChannel(); 191 private void disconnectChannel() { 192 Log.i(TAG, "disconnectChannel()"); 193 mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig, mChannelId);
|
BluetoothHDPActivity.java | 195 disconnectChannel(); 272 private void disconnectChannel() {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 367 public boolean disconnectChannel(BluetoothDevice device, 371 return service.disconnectChannel(device, config, channelId); 437 boolean disconnectChannel(BluetoothDevice device, 442 if (DBG) Log.d(TAG,"disconnectChannel: no channel found"); [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/development/sdk/ |
api-versions.xml | [all...] |
/frameworks/base/api/ |
current.txt | [all...] |
/prebuilts/sdk/api/ |
14.txt | [all...] |
15.txt | [all...] |
16.txt | [all...] |
17.txt | [all...] |
18.txt | [all...] |
19.txt | [all...] |