Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java198 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in processMessage() local
270 sendDisplayPinIntent(devProp.getAddress(), pin, in processMessage()
276 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()
281 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()
311 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in removeBond() local
312 if (devProp != null && devProp.getBondState() == BluetoothDevice.BOND_BONDED) { in removeBond()
382 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); in sendIntent() local
390 if (devProp != null) { in sendIntent()
391 oldState = devProp.getBondState(); in sendIntent()
419 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()
[all …]