Searched refs:LeConnectionUpdateView (Results 1 – 3 of 3) sorted by relevance
618 auto update_view = LeConnectionUpdateView::Create( in TEST_F()
1953 auto command_view = bluetooth::hci::LeConnectionUpdateView::Create(command); in LeConnectionUpdate()
10416 …LeConnectionUpdateView : public LeConnectionManagementCommandView { public:static LeConnectionUpda… in CreateOptional()10418 …c LeConnectionUpdateView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()10446 explicit LeConnectionUpdateView(LeConnectionManagementCommandView parent) : LeConnectionManagementC… in CreateOptional() function34054 static std::unique_ptr<LeConnectionUpdateBuilder> FromView(LeConnectionUpdateView view) {if (!view.… in Create()34077 …mpareBytes(std::vector<uint8_t> captured_packet) {LeConnectionUpdateView view = LeConnectionUpdate…34080 …uto vec = std::vector<uint8_t>(data, data + size);LeConnectionUpdateView view = LeConnectionUpdate…