Lines Matching refs:pin
820 ** Description Executes pin request event in btif context
869 pin_code.pin[0] = 0x30;
870 pin_code.pin[1] = 0x30;
871 pin_code.pin[2] = 0x30;
872 pin_code.pin[3] = 0x30;
875 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin);
886 pin_code.pin[0] = 0x30;
887 pin_code.pin[1] = 0x30;
888 pin_code.pin[2] = 0x30;
889 pin_code.pin[3] = 0x30;
892 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin);
2400 ** Description BT legacy pairing - PIN code reply
2423 passkey += (multi[i] * (pin_code->pin[i] - '0'));
2431 BTA_DmPinReply( (UINT8 *)bd_addr->address, accept, pin_len, pin_code->pin);
2436 BTA_DmPinReply( (UINT8 *)bd_addr->address, accept, pin_len, pin_code->pin);
3037 ** Description Executes pin request event in btif context