Home
last modified time | relevance | path

Searched refs:numeric_value (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc221 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 …]
Dclassic_pairing_handler.h94 void NotifyUiDisplayYesNo(uint32_t numeric_value);
Dclassic_pairing_handler.cc28 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/
Dui.h34 …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()
Dfacade.cc224 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/
Dfacade.proto62 uint32 numeric_value = 3; field
77 uint32 numeric_value = 4; field
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcaptures.py108 return event.numeric_value
Dpy_security.py178 passkey = event.numeric_value
/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/
DBV-11-C.in97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-09-C.in97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-16-C.in100 numeric_value: 0,
DBV-10-C.in111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-07-C.in97 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-08-C.in111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-35-C.in126 numeric_value: 0,
DBV-06-C.in111 … IUT -> Upper Tester: UserConfirmationRequest { bd_addr: context.peer_address(), numeric_value: 0 }
DBV-12-C.in100 numeric_value: 0,
DBV-33-C.in126 numeric_value: 0,
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dle_security_test.py674 numeric_value=passkey,
729 numeric_value=passkey,
783 numeric_value=passkey,
834 numeric_value=passkey,
Dcert_security.py236 … self._enqueue_hci_command(hci.UserPasskeyRequestReply(bd_addr=peer, numeric_value=passkey), True)
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc360 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/
Dsecure_simple_pairing.rs211 hci::UserConfirmationRequestBuilder { bd_addr: ctx.peer_address(), numeric_value: 0 } in user_confirmation_request()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1321 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F
5054 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1459 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F
6239 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)