Lines Matching refs:passkey
1112 ** Description Send the passkey cancel from SP initiator by sending a negative
1113 ** passkey request replyreply.
2789 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */
2811 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */
3022 /* Passkey entry mode, mobile device with output capability is very
3027 bta_dm_cb.num_val = sec_event.key_notif.passkey = p_data->key_notif.passkey;
4719 sec_event.key_notif.passkey = p_data->key_notif;
4897 BTM_BlePasskeyReply(p_data->ble_passkey_reply.bd_addr, BTM_SUCCESS, p_data->ble_passkey_reply.passkey);
4901 BTM_BlePasskeyReply(p_data->ble_passkey_reply.bd_addr, BTM_NOT_AUTHORIZED, p_data->ble_passkey_reply.passkey);