Searched refs:ReadAuthenticationEnableView (Results 1 – 2 of 2) sorted by relevance
1100 auto command_view = bluetooth::hci::ReadAuthenticationEnableView::Create(command); in ReadAuthenticationEnable()
6551 …ReadAuthenticationEnableView : public CommandView { public:static ReadAuthenticationEnableView Cre… in CreateOptional()6553 …ReadAuthenticationEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<st… in CreateOptional()6565 explicit ReadAuthenticationEnableView(CommandView parent) : CommandView(std::move(parent)) { was_va… in CreateOptional() function27379 static std::unique_ptr<ReadAuthenticationEnableBuilder> FromView(ReadAuthenticationEnableView view)… in Create()27400 …ytes(std::vector<uint8_t> captured_packet) {ReadAuthenticationEnableView view = ReadAuthentication…27403 …c = std::vector<uint8_t>(data, data + size);ReadAuthenticationEnableView view = ReadAuthentication…