Home
last modified time | relevance | path

Searched refs:devProp (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java183 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in processMessage() local
244 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); in processMessage()
259 sendDisplayPinIntent(devProp.getAddress(), pin, in processMessage()
265 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()
270 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()
363 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); in sendIntent() local
371 if (devProp != null) { in sendIntent()
372 oldState = devProp.getBondState(); in sendIntent()
400 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()
401 || devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_DUAL) in sendIntent()
[all …]