Home
last modified time | relevance | path

Searched refs:PinCodeRequestReply (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dpackets.rs14 PinCodeRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
/packages/modules/Bluetooth/tools/rootcanal/lmp/test/SP/
DBV-05-C.in53 IUT -> Upper Tester: PinCodeRequestReply {
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h145 void PinCodeRequestReply(CommandView args);
Dlink_layer_controller.h95 ErrorCode PinCodeRequestReply(const Address& peer, std::vector<uint8_t> pin);
Ddual_mode_controller.cc140 SET_SUPPORTED(PIN_CODE_REQUEST_REPLY, PinCodeRequestReply); in DualModeController()
1073 void DualModeController::PinCodeRequestReply(CommandView command) { in DualModeController() function in rootcanal::DualModeController
1087 status = link_layer_controller_.PinCodeRequestReply( in DualModeController()
Dlink_layer_controller.cc5076 ErrorCode LinkLayerController::PinCodeRequestReply(const Address& peer, in PinCodeRequestReply() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets.pdl1056 packet PinCodeRequestReply : SecurityCommand (op_code = PIN_CODE_REQUEST_REPLY) {