/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler.cc | 45 void ClassicPairingHandler::NotifyUiDisplayPasskey(uint32_t passkey) { in NotifyUiDisplayPasskey() 92 …cPairingHandler::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry() 652 void ClassicPairingHandler::OnPasskeyInput(uint32_t passkey) { in OnPasskeyInput()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothPairingController.java | 343 private String formatKey(int passkey) { in formatKey() 364 private void onPair(String passkey) { in onPair()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPairingController.java | 371 private String formatKey(int passkey) { in formatKey() 391 private void onPair(String passkey) { in onPair()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | BondStateMachine.java | 253 int passkey = msg.arg1; in processMessage() local 255 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); in processMessage() local 475 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) { in sspRequestCallback()
|
H A D | JniCallbacks.java | 50 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) { in sspRequestCallback()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | BluetoothPairingDialog.java | 127 int passkey = in onCreate() local 299 int passkey = Integer.parseInt(value); in onPair() local
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_smp_api.cc | 72 uint32_t passkey) { in SMP_PasskeyReply()
|
H A D | mock_bta_dm_api.cc | 80 uint32_t passkey) { in BTA_DmBlePasskeyReply()
|
H A D | mock_stack_btm_ble.cc | 155 uint32_t passkey) { in BTM_BlePasskeyReply()
|
H A D | mock_stack_btm_sec.cc | 215 uint32_t passkey) { in BTM_PasskeyReqReply()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairGattServer.java | 527 int passkey = Byte.toUnsignedInt(decryptedRequest[1]) * 65536 in processPairingKey() local 550 void sendPairingResponse(int passkey) { in sendPairingResponse()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_smp_smp_api.cc | 72 uint32_t passkey) { in SMP_PasskeyReply()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetooth.aidl | 49 int passkey); in SspReply()
|
/aosp12/system/bt/gd/security/ |
H A D | pairing_handler_le_legacy.cc | 88 uint32_t passkey; in LegacyPasskeyEntry() local
|
H A D | security_manager.cc | 116 …SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()
|
H A D | pairing_handler_le_secure_connections.cc | 287 uint32_t passkey; in SecureConnectionsPasskeyEntry() local
|
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothTestUtils.java | 162 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { in PairReceiver() 777 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) { in pair() 790 public void acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, in acceptPair() 806 private void pairOrAcceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, in pairOrAcceptPair() 1528 private PairReceiver getPairReceiver(BluetoothDevice device, int passkey, byte[] pin, in getPairReceiver()
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_api.cc | 356 uint32_t passkey) { in SMP_PasskeyReply()
|
H A D | smp_keys.cc | 91 uint32_t passkey; /* 19655 test number; */ in smp_proc_passkey() local
|
H A D | smp_utils.cc | 822 void smp_convert_string_to_tk(Octet16* tk, uint32_t passkey) { in smp_convert_string_to_tk()
|
/aosp12/system/bt/gd/security/cert/ |
H A D | cert_security.py | 198 def input_passkey(self, address, passkey): argument
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_api.cc | 450 uint32_t passkey) { in BTA_DmBlePasskeyReply()
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_binder_server.cc | 129 int32_t passkey, bool* _aidl_return) { in SspReply()
|
/aosp12/system/bt/stack/include/ |
H A D | smp_api_types.h | 252 uint32_t passkey; member
|
/aosp12/system/bt/gd/security/internal/ |
H A D | security_manager_impl.cc | 407 …rityManagerImpl::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()
|