Searched refs:mBluetoothClass (Results 1 – 2 of 2) sorted by relevance
114 private int mBluetoothClass; field in RemoteDevices.DeviceProperties139 return mBluetoothClass; in getBluetoothClass()293 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()297 new BluetoothClass(device.mBluetoothClass)); in devicePropertyChangedCallback()300 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback()336 new BluetoothClass(Integer.valueOf(deviceProp.mBluetoothClass))); in deviceFoundCallback()
44 private int mBluetoothClass; field in AdapterProperties128 return mBluetoothClass; in getBluetoothClass()507 mBluetoothClass = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()508 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()