Searched refs:LeBatchScanCompleteView (Results 1 – 2 of 2) sorted by relevance
1455 auto status_view = LeBatchScanCompleteView::Create(view); in on_batch_scan_complete()1466 auto status_view = LeBatchScanCompleteView::Create(view); in on_batch_scan_enable_complete()1481 auto status_view = LeBatchScanCompleteView::Create(view); in on_batch_scan_disable_complete()1493 auto status_view = LeBatchScanCompleteView::Create(view); in on_batch_scan_read_result_complete()
16007 …LeBatchScanCompleteView : public CommandCompleteView { public:static LeBatchScanCompleteView Creat… in CreateOptional()16009 … LeBatchScanCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()16027 explicit LeBatchScanCompleteView(CommandCompleteView parent) : CommandCompleteView(std::move(parent… in CreateOptional() function16049 …LeBatchScanCompleteView { public:static LeBatchScanEnableCompleteView Create(LeBatchScanCompleteVi… in CreateOptional()16051 …or<uint8_t>>(bytes);return LeBatchScanEnableCompleteView::Create(LeBatchScanCompleteView::Create(C… in CreateOptional()16055 if (!LeBatchScanCompleteView::Validate()) { in CreateOptional()16063 explicit LeBatchScanEnableCompleteView(LeBatchScanCompleteView parent) : LeBatchScanCompleteView(st… in CreateOptional()16089 …LeBatchScanCompleteView { public:static LeBatchScanSetStorageParametersCompleteView Create(LeBatch… in CreateOptional()16091 …ytes);return LeBatchScanSetStorageParametersCompleteView::Create(LeBatchScanCompleteView::Create(C… in CreateOptional()16095 if (!LeBatchScanCompleteView::Validate()) { in CreateOptional()[all …]