Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h134 void LinkKeyRequestNegativeReply(CommandView args);
H A Dlink_layer_controller.h58 ErrorCode LinkKeyRequestNegativeReply(const Address& address);
H A Ddual_mode_controller.cc204 SET_SUPPORTED(LINK_KEY_REQUEST_NEGATIVE_REPLY, LinkKeyRequestNegativeReply); in DualModeController()
1503 void DualModeController::LinkKeyRequestNegativeReply(CommandView command) { in LinkKeyRequestNegativeReply() function in test_vendor_lib::DualModeController
1508 auto status = link_layer_controller_.LinkKeyRequestNegativeReply(addr); in LinkKeyRequestNegativeReply()
H A Dlink_layer_controller.cc1785 ErrorCode LinkLayerController::LinkKeyRequestNegativeReply( in LinkKeyRequestNegativeReply() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h78 void (*LinkKeyRequestNegativeReply)(const RawAddress& bd_addr); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1894 .LinkKeyRequestNegativeReply =
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl1014 packet LinkKeyRequestNegativeReply : SecurityCommand (op_code = LINK_KEY_REQUEST_NEGATIVE_REPLY) {