Searched refs:ReadRemoteSupportedFeaturesView (Results 1 – 3 of 3) sorted by relevance
262 GET_CONNECTION(ReadRemoteSupportedFeaturesView::Create(command_view)); in ConnectionCommand()
499 auto command_view = bluetooth::hci::ReadRemoteSupportedFeaturesView::Create(command); in ReadRemoteSupportedFeatures()
4028 …ReadRemoteSupportedFeaturesView : public ConnectionManagementCommandView { public:static ReadRemot… in CreateOptional()4030 …ReadRemoteSupportedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()4046 explicit ReadRemoteSupportedFeaturesView(ConnectionManagementCommandView parent) : ConnectionManage… in CreateOptional() function23214 static std::unique_ptr<ReadRemoteSupportedFeaturesBuilder> FromView(ReadRemoteSupportedFeaturesView… in Create()23237 …s(std::vector<uint8_t> captured_packet) {ReadRemoteSupportedFeaturesView view = ReadRemoteSupporte…23240 … std::vector<uint8_t>(data, data + size);ReadRemoteSupportedFeaturesView view = ReadRemoteSupporte…