OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a2dpSinkConnect
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpSinkFacade.java
65
public Boolean
a2dpSinkConnect
(BluetoothDevice device) {
88
return
a2dpSinkConnect
(mDevice);
BluetoothConnectionFacade.java
298
boolean status = mA2dpSinkProfile.
a2dpSinkConnect
(device);
Completed in 197 milliseconds