Home
last modified time | relevance | path

Searched refs:PinCodeRequestNegativeReply (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dpackets.rs15 PinCodeRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h148 void PinCodeRequestNegativeReply(CommandView args);
Dlink_layer_controller.h96 ErrorCode PinCodeRequestNegativeReply(const Address& peer);
Ddual_mode_controller.cc141 SET_SUPPORTED(PIN_CODE_REQUEST_NEGATIVE_REPLY, PinCodeRequestNegativeReply); in DualModeController()
1096 void DualModeController::PinCodeRequestNegativeReply(CommandView command) { in DualModeController() function in rootcanal::DualModeController
1107 auto status = link_layer_controller_.PinCodeRequestNegativeReply(peer); in DualModeController()
Dlink_layer_controller.cc5117 ErrorCode LinkLayerController::PinCodeRequestNegativeReply( in PinCodeRequestNegativeReply() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets.pdl1068 packet PinCodeRequestNegativeReply : SecurityCommand (op_code = PIN_CODE_REQUEST_NEGATIVE_REPLY) {