/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | MsftAdvMonitor.java | 52 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()
|
D | ScanFilterQueue.java | 61 public int ad_type; field in ScanFilterQueue.Entry 172 entry.ad_type = adType; in addAdvertisingDataType()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 108 uint8_t ad_type; member 129 uint8_t ad_type; member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 65 .ad_type = command.ad_type, in ConvertApcfFromRust() 94 .ad_type = pattern.ad_type, in ConvertAdvMonitorPattern()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/vendor_commands/ |
D | le_apcf.cc | 129 return lhs.filter_index == rhs.filter_index && lhs.ad_type == rhs.ad_type && in operator ==() 358 .ad_type = apcf_ad_type, in LeApcfAdTypeFilter()
|
D | le_apcf.h | 58 uint8_t ad_type; member
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | MsftAdvMonitorTest.java | 69 assertThat(mPattern.ad_type) in testFastPairScanFilter()
|
D | ScanFilterQueueTest.java | 120 assertThat(entry.ad_type).isEqualTo(adType); in scanFilterQueueParams()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | scanner_client.py | 339 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/ |
D | le_scanning_callback.h | 100 uint8_t ad_type; variable
|
D | msft.cc | 167 pattern.ad_type_ = p.ad_type; in msft_adv_monitor_add()
|
D | le_scanning_manager.cc | 831 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()
|
D | le_scanning_manager_test.cc | 69 filter.ad_type = 0x09; in make_filter()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 259 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()
|
D | bluetooth_gatt.rs | 1245 pub ad_type: u8, field 1952 ad_type: val.ad_type, in from()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 672 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/ |
D | dump_le_audio.py | 491 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/ |
D | iface_bluetooth_gatt.rs | 381 ad_type: u8, field
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 68 ad_type: u8, field 82 pub ad_type: u8, field
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 595 uint8_t ad_type, std::vector<uint8_t> apcf_ad_data,
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | bidding_auction_servers.proto | 240 AdType ad_type = 14; field
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1727 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/ |
D | dbus_iface.rs | 428 ad_type: u8, field
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 6941 _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/ |
D | hci_packets.pdl | 7354 _size_(pattern) : 8, // including one byte for ad_type and one byte for start_of_pattern 7355 ad_type: 8,
|