Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsc_stage_1_passkey.cc34 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 Dphase_2_legacy.cc96 listener()->RequestPasskey([self](int64_t passkey) { in MakeTemporaryKeyRequest()
109 uint32_t passkey; in MakeTemporaryKeyRequest() local
H A Dphase_2_secure_connections_test.cc519 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 Dsecurity_manager.cc824 void SecurityManagerImpl::DisplayPasskey(uint32_t passkey, in DisplayPasskey()
851 cb = std::move(respond)](int64_t passkey) { in RequestPasskey()
H A Dsc_stage_1_passkey_test.cc148 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/
DSecurity.kt280 val passkey = in <lambda>() constant
313 val passkey = in <lambda>() constant
/aosp_15_r20/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()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java427 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/
DBluetoothPairingDialog.java135 int passkey = in onCreate() local
307 int passkey = Integer.parseInt(value); in onPair() local
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java305 int passkey = msg.arg1; in processMessage() local
643 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
DAdapterNativeInterface.java158 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()
DJniCallbacks.java50 void sspRequestCallback(byte[] address, int pairingVariant, int passkey) { in sspRequestCallback()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1299 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 Dadapter_client.py72 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 Dfake_pairing_delegate.cc72 uint32_t passkey, in DisplayPasskey()
H A Dfake_pairing_delegate_test.cc63 auto cb = [&cb_called](auto id, auto passkey, auto method, auto confirm) { in TEST()
H A Dlegacy_pairing_state.cc359 [this, callback = std::move(cb), pairing](int64_t passkey) mutable { in OnPinCodeRequest()
H A Dsecure_simple_pairing_state.cc317 [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 Dfake_phase_listener.h44 void DisplayPasskey(uint32_t passkey, in DisplayPasskey()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhost_server.cc1077 uint32_t passkey, in DisplayPasskey()
1132 std::optional<uint32_t> passkey, in DisplayPairingRequest()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc181 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, uint32_t passkey) { in BTA_DmBlePasskeyReply()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc279 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/
Dsecurity.proto179 uint32 passkey = 3; field

12345