OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRemoteClass
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
66
int
getRemoteClass
(in BluetoothDevice device);
BluetoothDevice.java
871
int classInt = sService.
getRemoteClass
(this);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
780
public int
getRemoteClass
(BluetoothDevice device) {
782
Log.w(TAG,"
getRemoteClass
(): not allowed for non-active user");
788
return service.
getRemoteClass
(device);
[
all
...]
Completed in 24 milliseconds