Home
last modified time | relevance | path

Searched refs:ad_type (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DMsftAdvMonitor.java52 public byte ad_type; field in MsftAdvMonitor.Pattern
65 return other.ad_type == this.ad_type in equals()
72 return Objects.hash(ad_type, start_byte, Arrays.hashCode(pattern)); in hashCode()
103 pattern.ad_type = (byte) 0x16; // Bluetooth Core Spec Part A, Section 1 in MsftAdvMonitor()
119 pattern.ad_type = (byte) filter.getAdvertisingDataType(); in MsftAdvMonitor()
DScanFilterQueue.java61 public int ad_type; field in ScanFilterQueue.Entry
172 entry.ad_type = adType; in addAdvertisingDataType()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h108 uint8_t ad_type; member
129 uint8_t ad_type; member
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc65 .ad_type = command.ad_type, in ConvertApcfFromRust()
94 .ad_type = pattern.ad_type, in ConvertAdvMonitorPattern()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/vendor_commands/
Dle_apcf.cc129 return lhs.filter_index == rhs.filter_index && lhs.ad_type == rhs.ad_type && in operator ==()
358 .ad_type = apcf_ad_type, in LeApcfAdTypeFilter()
Dle_apcf.h58 uint8_t ad_type; member
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DMsftAdvMonitorTest.java69 assertThat(mPattern.ad_type) in testFastPairScanFilter()
DScanFilterQueueTest.java120 assertThat(entry.ad_type).isEqualTo(adType); in scanFilterQueueParams()
/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py339 def make_dbus_scan_filter_pattern(self, start_position, ad_type, content): argument
352 'ad_type': GLib.Variant('y', ad_type),
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h100 uint8_t ad_type; variable
Dmsft.cc167 pattern.ad_type_ = p.ad_type; in msft_adv_monitor_add()
Dle_scanning_manager.cc831 update_ad_type_filter(apcf_action, filter_index, filter.ad_type, filter.data, in scan_filter_add()
1082 void update_ad_type_filter(ApcfAction action, uint8_t filter_index, uint8_t ad_type, in update_ad_type_filter()
1095 combined_data.push_back((uint8_t)ad_type); in update_ad_type_filter()
Dle_scanning_manager_test.cc69 filter.ad_type = 0x09; in make_filter()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs259 fn append_adv_data(dest: &mut Vec<u8>, ad_type: u8, ad_payload: &[u8]) { in append_adv_data()
262 dest.push(ad_type); in append_adv_data()
288 for (ad_type, bytes) in
291 AdvertiseData::append_adv_data(dest, *ad_type, bytes);
323 let (ad_type, name) = if device_name.len() > DEVICE_NAME_MAX { in append_device_name()
328 AdvertiseData::append_adv_data(dest, ad_type, &name); in append_device_name()
Dbluetooth_gatt.rs1245 pub ad_type: u8, field
1952 ad_type: val.ad_type, in from()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc672 advertising_packet_content_filter_command.ad_type = apcf_command.ad_type; in parse_filter_command()
807 filter.ad_type = BTM_BLE_AD_TYPE_RSI; in set_ad_type_rsi_filter()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py491 ad_type, packet = unpack_data(packet, 1, False)
493 if ad_type != AD_TYPE_SERVICE_DATA_16_BIT or service != BASIC_AUDIO_ANNOUNCEMENT_SERVICE:
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs381 ad_type: u8, field
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs68 ad_type: u8, field
82 pub ad_type: u8, field
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h595 uint8_t ad_type, std::vector<uint8_t> apcf_ad_data,
/packages/modules/AdServices/adservices/service-core/proto/
Dbidding_auction_servers.proto240 AdType ad_type = 14; field
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1727 curr.ad_type = env->GetIntField(current.get(), adTypeFid); in gattClientScanFilterAddNative()
1891 native_msft_adv_monitor_pattern.ad_type = in gattClientMsftAdvMonitorAddNative()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs428 ad_type: u8, field
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6941 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern
6942 ad_type: 8,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl7354 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern
7355 ad_type: 8,