Searched defs:PIN_REQUEST (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java56 static final int PIN_REQUEST = 6; field in class:BondStateMachine
160 msg.what != PIN_REQUEST) {
219 case PIN_REQUEST:
236 //In PIN_REQUEST, there is no passkey to display.So do not send the
412 Message msg = obtainMessage(PIN_REQUEST);

Completed in 153 milliseconds