OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothClass
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java
102
private int
mBluetoothClass
;
127
return
mBluetoothClass
;
277
device.
mBluetoothClass
= Utils.byteArrayToInt(val);
281
new BluetoothClass(device.
mBluetoothClass
));
284
debugLog("Remote class is:" + device.
mBluetoothClass
);
320
new BluetoothClass(Integer.valueOf(deviceProp.
mBluetoothClass
)));
AdapterProperties.java
43
private int
mBluetoothClass
;
119
return
mBluetoothClass
;
458
mBluetoothClass
= Utils.byteArrayToInt(val, 0);
459
debugLog("BT Class:" +
mBluetoothClass
);
Completed in 1558 milliseconds