/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | sc_stage_1_passkey.cc | 34 uint8_t GetPasskeyBit(uint32_t passkey, size_t passkey_bit_location) { in GetPasskeyBit() 69 auto passkey_responder = [self](std::optional<uint32_t> passkey) { in Run() 83 uint32_t passkey; in Run() local 100 int64_t passkey) { in Run()
|
H A D | phase_2_legacy.cc | 96 listener()->RequestPasskey([self](int64_t passkey) { in MakeTemporaryKeyRequest() 109 uint32_t passkey; in MakeTemporaryKeyRequest() local
|
H A D | phase_2_secure_connections_test.cc | 519 uint32_t passkey; in TEST_F() local 657 uint32_t passkey; in TEST_F() local 722 const int64_t passkey = 123456; in TEST_F() local
|
H A D | security_manager.cc | 824 void SecurityManagerImpl::DisplayPasskey(uint32_t passkey, in DisplayPasskey() 851 cb = std::move(respond)](int64_t passkey) { in RequestPasskey()
|
H A D | sc_stage_1_passkey_test.cc | 148 uint64_t passkey; in TEST_F() local 355 uint64_t passkey; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Security.kt | 280 val passkey = in <lambda>() constant 313 val passkey = in <lambda>() constant
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingController.java | 343 private String formatKey(int passkey) { in formatKey() 364 private void onPair(String passkey) { in onPair()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 427 private String formatKey(int passkey) { in formatKey() 447 private void onPair(String passkey) { in onPair()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothPairingDialog.java | 135 int passkey = in onCreate() local 307 int passkey = Integer.parseInt(value); in onPair() local
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | security.py | 55 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
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 305 int passkey = msg.arg1; in processMessage() local 643 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
|
D | AdapterNativeInterface.java | 158 boolean sspReply(byte[] address, int type, boolean accept, int passkey) { in sspReply() 384 private native boolean sspReplyNative(byte[] address, int type, boolean accept, int passkey); in sspReplyNative()
|
D | JniCallbacks.java | 50 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 1299 uint32_t passkey) { in UserConfirmationRequestPacket() 1351 uint32_t passkey) { in UserPasskeyNotificationPacket() 1420 uint32_t passkey) { in UserPasskeyRequestReplyPacket()
|
/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/ |
H A D | adapter_client.py | 72 def on_ssp_request(self, remote_device, class_of_device, variant, passkey): argument 194 passkey): argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | fake_pairing_delegate.cc | 72 uint32_t passkey, in DisplayPasskey()
|
H A D | fake_pairing_delegate_test.cc | 63 auto cb = [&cb_called](auto id, auto passkey, auto method, auto confirm) { in TEST()
|
H A D | legacy_pairing_state.cc | 359 [this, callback = std::move(cb), pairing](int64_t passkey) mutable { in OnPinCodeRequest()
|
H A D | secure_simple_pairing_state.cc | 317 [this, callback = std::move(cb), pairing](int64_t passkey) mutable { in OnUserPasskeyRequest()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/ |
H A D | fake_phase_listener.h | 44 void DisplayPasskey(uint32_t passkey, in DisplayPasskey()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | host_server.cc | 1077 uint32_t passkey, in DisplayPasskey() 1132 std::optional<uint32_t> passkey, in DisplayPairingRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | adapter_client.py | 56 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
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 181 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, uint32_t passkey) { in BTA_DmBlePasskeyReply()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_api.cc | 279 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, uint32_t passkey) { in SMP_PasskeyReply()
|
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/ |
D | security.proto | 179 uint32 passkey = 3; field
|