Home
last modified time | relevance | path

Searched refs:BatchScanOpcode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl5691 enum BatchScanOpcode : 8 {
5699 batch_scan_opcode : BatchScanOpcode,
5705 batch_scan_opcode : BatchScanOpcode,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6474 enum BatchScanOpcode : 8 {
6482 batch_scan_opcode : BatchScanOpcode,
6488 batch_scan_opcode : BatchScanOpcode,
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl5440 enum BatchScanOpcode : 8 {
5449 batch_scan_opcode : BatchScanOpcode,
5455 batch_scan_opcode : BatchScanOpcode,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h363 enum class BatchScanOpcode : uint8_t {ENABLE = 0x1,SET_STORAGE_PARAMETERS = 0x2,SET_SCAN_PARAMETERS… enum
894BatchScanOpcode& param) {std::stringstream builder;switch (param) {case BatchScanOpcode::ENABLE: … in BatchScanOpcodeText()
15990 BatchScanOpcode GetBatchScanOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto bat… in CreateOptional()
16012 BatchScanOpcode GetBatchScanOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto bat… in CreateOptional()
16040 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::ENABLE) retu… in CreateOptional()
16058 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::ENABLE) retu… in CreateOptional()
16078 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_STORAGE_… in CreateOptional()
16098 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_STORAGE_… in CreateOptional()
16122 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_SCAN_PAR… in CreateOptional()
16146 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_SCAN_PAR… in CreateOptional()
[all …]