Home
last modified time | relevance | path

Searched defs:passkey (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.cc48 void ClassicPairingHandler::NotifyUiDisplayPasskey(uint32_t passkey) { in NotifyUiDisplayPasskey()
101 …cPairingHandler::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()
679 void ClassicPairingHandler::OnPasskeyInput(uint32_t passkey) { in OnPasskeyInput()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt280 val passkey = in <lambda>() constant
313 val passkey = in <lambda>() constant
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java343 private String formatKey(int passkey) { in formatKey()
364 private void onPair(String passkey) { in onPair()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java447 private String formatKey(int passkey) { in formatKey()
467 private void onPair(String passkey) { in onPair()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java135 int passkey = in onCreate() local
307 int passkey = Integer.parseInt(value); in onPair() local
/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py55 def on_ssp_request(self, remote_device, class_of_device, variant, passkey): argument
195 def on_ssp_request(self, remote_device, class_of_device, variant, passkey): argument
Dhost.py132 def on_ssp_request(self, remote_device, class_of_device, variant, passkey): argument
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le_legacy.cc93 uint32_t passkey; in LegacyPasskeyEntry() local
Dsecurity_manager.cc116 …SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()
Dpairing_handler_le_secure_connections.cc293 uint32_t passkey; in SecureConnectionsPasskeyEntry() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc231 uint32_t passkey) { in BTA_DmBlePasskeyReply()
Dbta_dm_sec.cc981 uint32_t passkey) { in bta_dm_ble_passkey_reply()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java306 int passkey = msg.arg1; in processMessage() local
655 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
DJniCallbacks.java51 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
DAdapterNativeInterface.java156 boolean sspReply(byte[] address, int type, boolean accept, int passkey) { in sspReply()
319 private native boolean sspReplyNative(byte[] address, int type, boolean accept, int passkey); in sspReplyNative()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc284 uint32_t passkey) { in SMP_PasskeyReply()
Dsmp_keys.cc104 uint32_t passkey = static_cast<uint32_t>(rand & SMP_PASSKEY_MASK); in smp_proc_passkey() local
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dcert_security.py190 def input_passkey(self, address, passkey): argument
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py56 def on_ssp_request(self, remote_device, class_of_device, variant, passkey): argument
239 def OnSspRequest(self, remote_device_dbus, class_of_device, variant, passkey): argument
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java925 private void sendPairingResponse(int passkey) { in sendPairingResponse()
/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h209 uint32_t passkey; member
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java403 private byte[] buildPasskeyRequest(byte type, byte[] passkey, byte[] salt, byte[] key) { in buildPasskeyRequest()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc148 uint32_t passkey) { in bta_dm_ble_passkey_reply()
Dmock_bta_dm_api.cc146 uint32_t passkey) { in BTA_DmBlePasskeyReply()
/packages/modules/Bluetooth/system/bta/include/
Dbta_sec_api.h202 uint32_t passkey; /* the numeric value for comparison. If just_works, do not member

12