Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java73 static final int UUID_UPDATE = 10; field in BondStateMachine
214 case UUID_UPDATE: in processMessage()
DAdapterService.java4950 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.UUID_UPDATE); in deviceUuidUpdated()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java230 Message uuidUpdateMsg = mBondStateMachine.obtainMessage(BondStateMachine.UUID_UPDATE); in testUuidUpdateWithPendingDevice()