Loading system/gd/hci/hci_packets.pdl +1 −0 Original line number Diff line number Diff line Loading @@ -1009,6 +1009,7 @@ packet LinkKeyRequestReply : SecurityCommand (op_code = LINK_KEY_REQUEST_REPLY) packet LinkKeyRequestReplyComplete : CommandComplete (command_op_code = LINK_KEY_REQUEST_REPLY) { status : ErrorCode, bd_addr : Address, } packet LinkKeyRequestNegativeReply : SecurityCommand (op_code = LINK_KEY_REQUEST_NEGATIVE_REPLY) { Loading system/vendor_libs/test_vendor_lib/model/controller/dual_mode_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1513,7 +1513,7 @@ void DualModeController::LinkKeyRequestReply(CommandView command) { auto key = command_view.GetLinkKey(); auto status = link_layer_controller_.LinkKeyRequestReply(addr, key); auto packet = bluetooth::hci::LinkKeyRequestReplyCompleteBuilder::Create( kNumCommandPackets, status); kNumCommandPackets, status, addr); send_event_(std::move(packet)); } Loading Loading
system/gd/hci/hci_packets.pdl +1 −0 Original line number Diff line number Diff line Loading @@ -1009,6 +1009,7 @@ packet LinkKeyRequestReply : SecurityCommand (op_code = LINK_KEY_REQUEST_REPLY) packet LinkKeyRequestReplyComplete : CommandComplete (command_op_code = LINK_KEY_REQUEST_REPLY) { status : ErrorCode, bd_addr : Address, } packet LinkKeyRequestNegativeReply : SecurityCommand (op_code = LINK_KEY_REQUEST_NEGATIVE_REPLY) { Loading
system/vendor_libs/test_vendor_lib/model/controller/dual_mode_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1513,7 +1513,7 @@ void DualModeController::LinkKeyRequestReply(CommandView command) { auto key = command_view.GetLinkKey(); auto status = link_layer_controller_.LinkKeyRequestReply(addr, key); auto packet = bluetooth::hci::LinkKeyRequestReplyCompleteBuilder::Create( kNumCommandPackets, status); kNumCommandPackets, status, addr); send_event_(std::move(packet)); } Loading