OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServiceChannel
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
588
public int
getServiceChannel
(ParcelUuid uuid) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
527
channel = mBatch.mDestination.
getServiceChannel
(BluetoothUuid.ObexObjectPush);
570
.
getServiceChannel
(BluetoothUuid.ObexObjectPush);
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
499
int channel = mRemoteDevice.
getServiceChannel
(BluetoothUuid.Handsfree);
506
int channel = mRemoteDevice.
getServiceChannel
(BluetoothUuid.HSP);
[
all
...]
Completed in 556 milliseconds