Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DMsftAdvMonitor.java48 public byte condition_type; field in MsftAdvMonitor.Monitor
92 mMonitor.condition_type = MSFT_CONDITION_TYPE_PATTERNS; in MsftAdvMonitor()
95 mMonitor.condition_type = MSFT_CONDITION_TYPE_ADDRESS; in MsftAdvMonitor()
/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc136 if (monitor.condition_type != MSFT_CONDITION_TYPE_ADDRESS && in msft_adv_monitor_add()
137 monitor.condition_type != MSFT_CONDITION_TYPE_PATTERNS) { in msft_adv_monitor_add()
138 log::warn("Disallowed as MSFT condition type {} is not supported.", monitor.condition_type); in msft_adv_monitor_add()
142 if (monitor.condition_type == MSFT_CONDITION_TYPE_ADDRESS) { in msft_adv_monitor_add()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DMsftAdvMonitorTest.java55 assertThat(mMonitor.condition_type).isEqualTo(CONDITION_TYPE); in assertMonitorConstants()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h145 uint8_t condition_type; member
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc126 .condition_type = monitor.condition_type, in ConvertAdvMonitor()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl7349 condition_type: MsftLeMonitorAdvConditionType,
7360 packet MsftLeMonitorAdvConditionPatterns : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_P…
7370 packet MsftLeMonitorAdvConditionAddress : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_AD…
7379 packet MsftLeMonitorAdvConditionUuid : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_UUID)…
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs100 pub condition_type: u8, field
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6936 condition_type: MsftLeMonitorAdvConditionType,
6947 packet MsftLeMonitorAdvConditionPatterns : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_P…
6957 packet MsftLeMonitorAdvConditionUuid : MsftLeMonitorAdv (condition_type = MSFT_CONDITION_TYPE_UUID)…
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1862 native_msft_adv_monitor.condition_type = in gattClientMsftAdvMonitorAddNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2001 condition_type: scan_filter_condition_type, in from()