Home
last modified time | relevance | path

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

12

/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.cc45 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 DBluetoothPairingController.java343 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 DBluetoothPairingController.java371 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 DBondStateMachine.java253 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 DJniCallbacks.java50 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 DBluetoothPairingDialog.java127 int passkey = in onCreate() local
299 int passkey = Integer.parseInt(value); in onPair() local
/aosp12/system/bt/test/mock/
H A Dmock_stack_smp_api.cc72 uint32_t passkey) { in SMP_PasskeyReply()
H A Dmock_bta_dm_api.cc80 uint32_t passkey) { in BTA_DmBlePasskeyReply()
H A Dmock_stack_btm_ble.cc155 uint32_t passkey) { in BTM_BlePasskeyReply()
H A Dmock_stack_btm_sec.cc215 uint32_t passkey) { in BTM_PasskeyReqReply()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java527 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 Dmock_smp_smp_api.cc72 uint32_t passkey) { in SMP_PasskeyReply()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl49 int passkey); in SspReply()
/aosp12/system/bt/gd/security/
H A Dpairing_handler_le_legacy.cc88 uint32_t passkey; in LegacyPasskeyEntry() local
H A Dsecurity_manager.cc116 …SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()
H A Dpairing_handler_le_secure_connections.cc287 uint32_t passkey; in SecureConnectionsPasskeyEntry() local
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java162 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 Dsmp_api.cc356 uint32_t passkey) { in SMP_PasskeyReply()
H A Dsmp_keys.cc91 uint32_t passkey; /* 19655 test number; */ in smp_proc_passkey() local
H A Dsmp_utils.cc822 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 Dcert_security.py198 def input_passkey(self, address, passkey): argument
/aosp12/system/bt/bta/dm/
H A Dbta_dm_api.cc450 uint32_t passkey) { in BTA_DmBlePasskeyReply()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc129 int32_t passkey, bool* _aidl_return) { in SspReply()
/aosp12/system/bt/stack/include/
H A Dsmp_api_types.h252 uint32_t passkey; member
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.cc407 …rityManagerImpl::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) { in OnPasskeyEntry()

12