/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 221 void ReceiveUserConfirmationRequest(hci::AddressWithType device, uint32_t numeric_value) { in ReceiveUserConfirmationRequest() argument 222 …r_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device.GetAddress(), numeric_value)); in ReceiveUserConfirmationRequest() 311 uint32_t numeric_value = 0x123; in TEST_F() local 312 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 349 uint32_t numeric_value = 0x123; in TEST_F() local 350 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 387 uint32_t numeric_value = 0x123; in TEST_F() local 388 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 425 uint32_t numeric_value = 0x123; in TEST_F() local 426 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() [all …]
|
D | classic_pairing_handler.h | 94 void NotifyUiDisplayYesNo(uint32_t numeric_value);
|
D | classic_pairing_handler.cc | 28 void ClassicPairingHandler::NotifyUiDisplayYesNo(uint32_t numeric_value) { in NotifyUiDisplayYesNo() argument 31 ConfirmationData data(*GetRecord()->GetPseudoAddress(), device_name_, numeric_value); in NotifyUiDisplayYesNo()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | ui.h | 34 …onData(bluetooth::hci::AddressWithType address_with_type, std::string name, uint32_t numeric_value) in ConfirmationData() argument 35 : address_with_type_(address_with_type), name_(name), numeric_value_(numeric_value) {} in ConfirmationData()
|
D | facade.cc | 224 hci::AddressWithType(peer, remote_type), request->numeric_value()); in SendUiCallback() 538 uint32_t numeric_value = data.GetNumericValue(); in DisplayConfirmValue() local 539 log::info("{} value = 0x{:x}", peer, numeric_value); in DisplayConfirmValue() 543 display_with_value.set_numeric_value(numeric_value); in DisplayConfirmValue()
|
/packages/modules/Bluetooth/system/blueberry/facade/security/ |
D | facade.proto | 62 uint32 numeric_value = 3; field 77 uint32 numeric_value = 4; field
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | captures.py | 108 return event.numeric_value
|
D | py_security.py | 178 passkey = event.numeric_value
|
/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/ |
D | BV-11-C.in | 97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-09-C.in | 97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-16-C.in | 100 numeric_value: 0,
|
D | BV-10-C.in | 111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-07-C.in | 97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-08-C.in | 111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-35-C.in | 126 numeric_value: 0,
|
D | BV-06-C.in | 111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
|
D | BV-12-C.in | 100 numeric_value: 0,
|
D | BV-33-C.in | 126 numeric_value: 0,
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/ |
D | le_security_test.py | 674 numeric_value=passkey, 729 numeric_value=passkey, 783 numeric_value=passkey, 834 numeric_value=passkey,
|
D | cert_security.py | 236 … self._enqueue_hci_command(hci.UserPasskeyRequestReply(bd_addr=peer, numeric_value=passkey), True)
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 360 uint32_t numeric_value = 0x0; in TEST_F() local 361 …_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device_.GetAddress(), numeric_value)); in TEST_F()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | secure_simple_pairing.rs | 211 hci::UserConfirmationRequestBuilder { bd_addr: ctx.peer_address(), numeric_value: 0 } in user_confirmation_request()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1321 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F 5054 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1459 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F 6239 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)
|