Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl6118 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern
6120 start_of_pattern: 8,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6940 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern
6942 start_of_pattern: 8,
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl7352 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern
7354 start_of_pattern: 8,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2692 MsftLeMonitorAdvConditionPattern(uint8_t ad_type, uint8_t start_of_pattern, const std::vector<uint8… in MsftLeMonitorAdvConditionPattern() argument
2693 : ad_type_(ad_type), start_of_pattern_(start_of_pattern), pattern_(pattern) in MsftLeMonitorAdvConditionPattern()