Searched refs:WriteAuthenticationEnableView (Results 1 – 2 of 2) sorted by relevance
1087 auto command_view = bluetooth::hci::WriteAuthenticationEnableView::Create(command); in WriteAuthenticationEnable()
6589 …WriteAuthenticationEnableView : public SecurityCommandView { public:static WriteAuthenticationEnab… in CreateOptional()6591 …WriteAuthenticationEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<s… in CreateOptional()6605 explicit WriteAuthenticationEnableView(SecurityCommandView parent) : SecurityCommandView(std::move(… in CreateOptional() function27449 static std::unique_ptr<WriteAuthenticationEnableBuilder> FromView(WriteAuthenticationEnableView vie… in Create()27470 …tes(std::vector<uint8_t> captured_packet) {WriteAuthenticationEnableView view = WriteAuthenticatio…27473 … = std::vector<uint8_t>(data, data + size);WriteAuthenticationEnableView view = WriteAuthenticatio…