Lines Matching refs:passkey
493 #define BTA_DM_SP_KEY_NOTIF_EVT 11 /* Simple Pairing Passkey Notification */
499 #define BTA_DM_BLE_PASSKEY_NOTIF_EVT 17 /* SMP passkey notification event */
500 #define BTA_DM_BLE_PASSKEY_REQ_EVT 18 /* SMP passkey request event */
742 BTA_SP_KEY_STARTED, /* passkey entry started */
743 BTA_SP_KEY_ENTERED, /* passkey digit entered */
744 BTA_SP_KEY_ERASED, /* passkey digit erased */
745 BTA_SP_KEY_CLEARED, /* passkey cleared */
746 BTA_SP_KEY_COMPLT /* passkey entry completed */
764 UINT32 passkey; /* the numeric value for comparison. If just_works, do not show this number to UI */
794 tBTA_DM_SP_KEY_NOTIF key_notif; /* passkey notification */
1680 ** Description Send BLE SMP passkey reply.
1683 ** accept - passkey entry sucessful or declined.
1684 ** passkey - passkey value, must be a 6 digit number,
1690 BTA_API extern void BTA_DmBlePasskeyReply(BD_ADDR bd_addr, BOOLEAN accept, UINT32 passkey);