Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h140 void PinCodeRequestNegativeReply(CommandView args);
Dlink_layer_controller.h65 ErrorCode PinCodeRequestNegativeReply(const Address& peer);
Ddual_mode_controller.cc138 SET_SUPPORTED(PIN_CODE_REQUEST_NEGATIVE_REPLY, PinCodeRequestNegativeReply); in DualModeController()
723 void DualModeController::PinCodeRequestNegativeReply(CommandView command) { in PinCodeRequestNegativeReply() function in test_vendor_lib::DualModeController
731 auto status = link_layer_controller_.PinCodeRequestNegativeReply(peer); in PinCodeRequestNegativeReply()
Dlink_layer_controller.cc1933 ErrorCode LinkLayerController::PinCodeRequestNegativeReply( in PinCodeRequestNegativeReply() function in test_vendor_lib::LinkLayerController
/system/bt/stack/include/
Dhcimsgs.h81 void (*PinCodeRequestNegativeReply)(const RawAddress& bd_addr); member
/system/bt/stack/hcic/
Dhcicmds.cc1897 .PinCodeRequestNegativeReply =
/system/bt/gd/hci/
Dhci_packets.pdl1035 packet PinCodeRequestNegativeReply : SecurityCommand (op_code = PIN_CODE_REQUEST_NEGATIVE_REPLY) {