Loading system/vendor_libs/test_vendor_lib/model/controller/link_layer_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -951,7 +951,7 @@ hci::Status LinkLayerController::RejectConnectionRequest(const Address& addr, ui } void LinkLayerController::RejectSlaveConnection(const Address& addr, uint8_t reason) { CHECK(reason > 0x0f || reason < 0x0d); CHECK(reason >= 0x0d && reason <= 0x0f); send_event_(EventPacketBuilder::CreateConnectionCompleteEvent(static_cast<hci::Status>(reason), 0xeff, addr, hci::LinkType::ACL, false) ->ToVector()); Loading Loading
system/vendor_libs/test_vendor_lib/model/controller/link_layer_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -951,7 +951,7 @@ hci::Status LinkLayerController::RejectConnectionRequest(const Address& addr, ui } void LinkLayerController::RejectSlaveConnection(const Address& addr, uint8_t reason) { CHECK(reason > 0x0f || reason < 0x0d); CHECK(reason >= 0x0d && reason <= 0x0f); send_event_(EventPacketBuilder::CreateConnectionCompleteEvent(static_cast<hci::Status>(reason), 0xeff, addr, hci::LinkType::ACL, false) ->ToVector()); Loading