Searched refs:ChangeConnectionLinkKeyView (Results 1 – 3 of 3) sorted by relevance
162 GET_CONNECTION(ChangeConnectionLinkKeyView::Create(command_view)); in ConnectionCommand()
1060 auto command_view = bluetooth::hci::ChangeConnectionLinkKeyView::Create(command); in ChangeConnectionLinkKey()
3870 …ChangeConnectionLinkKeyView : public ConnectionManagementCommandView { public:static ChangeConnect… in CreateOptional()3872 …ChangeConnectionLinkKeyView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()3888 explicit ChangeConnectionLinkKeyView(ConnectionManagementCommandView parent) : ConnectionManagement… in CreateOptional() function22930 static std::unique_ptr<ChangeConnectionLinkKeyBuilder> FromView(ChangeConnectionLinkKeyView view) {… in Create()22953 …Bytes(std::vector<uint8_t> captured_packet) {ChangeConnectionLinkKeyView view = ChangeConnectionLi…22956 …ec = std::vector<uint8_t>(data, data + size);ChangeConnectionLinkKeyView view = ChangeConnectionLi…