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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java228 sendDisplayPinIntent(devProp.getAddress(), passkey, variant);
243 sendDisplayPinIntent(devProp.getAddress(), pin,
249 sendDisplayPinIntent(devProp.getAddress(), 0,
254 sendDisplayPinIntent(devProp.getAddress(), 0,
319 private void sendDisplayPinIntent(byte[] address, int pin, int variant) { method in class:BondStateMachine

Completed in 12 milliseconds