OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectChannelToSource
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl
34
boolean
connectChannelToSource
(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
BluetoothHealth.java
46
* <li> Connect to a health device using {@link #
connectChannelToSource
}. Some
233
public boolean
connectChannelToSource
(BluetoothDevice device,
238
return mService.
connectChannelToSource
(device, config);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
187
mBluetoothHealth.
connectChannelToSource
(mDevice, mHealthAppConfig);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
353
public boolean
connectChannelToSource
(BluetoothDevice device,
357
return service.
connectChannelToSource
(device, config);
425
boolean
connectChannelToSource
(BluetoothDevice device,
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 174 milliseconds