Home
last modified time | relevance | path

Searched refs:LeBatchScanCompleteView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1455 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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h16007LeBatchScanCompleteView : public CommandCompleteView { public:static LeBatchScanCompleteView Creat… in CreateOptional()
16009LeBatchScanCompleteView 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() function
16049LeBatchScanCompleteView { 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()
16089LeBatchScanCompleteView { public:static LeBatchScanSetStorageParametersCompleteView Create(LeBatch… in CreateOptional()
16091 …ytes);return LeBatchScanSetStorageParametersCompleteView::Create(LeBatchScanCompleteView::Create(C… in CreateOptional()
16095 if (!LeBatchScanCompleteView::Validate()) { in CreateOptional()
[all …]