Home
last modified time | relevance | path

Searched refs:condition_type (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc144 if (monitor.condition_type != MSFT_CONDITION_TYPE_ADDRESS && in msft_adv_monitor_add()
145 monitor.condition_type != MSFT_CONDITION_TYPE_PATTERNS) { in msft_adv_monitor_add()
146 log::warn("Disallowed as MSFT condition type {} is not supported.", monitor.condition_type); in msft_adv_monitor_add()
150 if (monitor.condition_type == MSFT_CONDITION_TYPE_ADDRESS) { in msft_adv_monitor_add()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h146 uint8_t condition_type; member
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc124 .condition_type = monitor.condition_type, in ConvertAdvMonitor()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl7209 condition_type: MsftLeMonitorAdvConditionType,
7220 packet MsftLeMonitorAdvConditionPatterns : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_P…
7230 packet MsftLeMonitorAdvConditionAddress : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_AD…
7239 packet MsftLeMonitorAdvConditionUuid : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_UUID)…
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs98 pub condition_type: u8, field
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6158 condition_type: MsftLeMonitorAdvConditionType,
6169 packet MsftLeMonitorAdvConditionPatterns : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_P…
6179 packet MsftLeMonitorAdvConditionUuid : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_UUID)…
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2111 condition_type: scan_filter_condition_type, in into()