/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragment.kt | 61 CLASSIC, LE 112 this.scanType = ScanType.LE in setFilter() 208 if (scanType == ScanType.LE in addDevice() 299 if (scanType == ScanType.LE) { in startScanning() 308 if (scanType == ScanType.LE) { in stopScanning()
|
/packages/modules/Bluetooth/flags/ |
D | leaudio.aconfig | 51 description: "Support Dynamic Spatial Audio for LE Audio" 79 description: "Better LE Audio devices detection" 188 description: "Fix for if HFP- LE Audio handover happened, LE audio resume active after the call" 235 …description: "Introduce getting active state for LE Audio to avoid unnecessary broadcast handover … 245 description: "Set base ecosystem interval when LE Audio is in use"
|
D | gap.aconfig | 42 description: "Fix handling remote exception for LE scanners" 71 description: "Enable reassembly of LE periodic advertising events"
|
D | rnr.aconfig | 21 description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
|
D | btif_dm.aconfig | 7 description: "Bond type is not applicable for LE SMP pairing"
|
D | pairing.aconfig | 14 description: "Cleanup the duplicate bond records only if the device type is LE-only"
|
D | bta_dm.aconfig | 56 description: "perform both LE and Classic service discovery simulteanously on capable devices"
|
D | hfp.aconfig | 93 description: "During LE audio to HFP handover, keep HFP active throughout SCO retry"
|
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record_storage.cc | 33 if (*device.GetDeviceType() == hci::DeviceType::LE) { in SetClassicData() 122 mutation.Add(device.SetDeviceType(hci::DeviceType::LE)); in SaveSecurityRecords() 124 mutation.Add(device.SetDeviceType(hci::DeviceType::LE)); in SaveSecurityRecords() 144 if (device.GetDeviceType() != hci::DeviceType::LE) { in LoadSecurityRecords()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 44 LE, enumerator 53 AddressType::LE => "LE", in fmt() 66 AddressType::Dual | AddressType::LE => AddressType::Dual, in update() 69 AddressType::LE => match new_type { in update() 71 _ => AddressType::LE, in update() 770 self.report_address_type(&ev.get_peer_address(), AddressType::LE); in process() 785 self.report_address_type(&ev.get_peer_address(), AddressType::LE); in process() 792 self.report_address_type(&resp.address, AddressType::LE); in process() 800 self.report_address_type(&resp.address, AddressType::LE); in process()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | round_robin_scheduler_test.cc | 212 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F() 289 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle1, le_connectio… in TEST_F() 290 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle2, le_connectio… in TEST_F() 336 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F() 382 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
|
D | round_robin_scheduler.cc | 101 bool le_buffer_full = le_acl_packet_credits_ == 0 && connection_type == ConnectionType::LE; in start_round_robin() 124 … le_acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::LE; in start_round_robin() 221 bool le_buffer_full = next_connection_type == ConnectionType::LE && le_acl_packet_credits_ == 0; in handle_enqueue_next_fragment()
|
D | round_robin_scheduler.h | 39 enum ConnectionType { CLASSIC, LE }; enumerator
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | security.py | 279 elif transport == floss_enums.BtTransport.LE: 292 elif transport == floss_enums.BtTransport.LE: 316 if transport == floss_enums.BtTransport.LE: 352 …port = floss_enums.BtTransport.BREDR if request.HasField('classic') else floss_enums.BtTransport.LE 354 if transport == floss_enums.BtTransport.LE:
|
D | host.py | 276 self.bluetooth.gatt_connect(address, True, floss_enums.BtTransport.LE) 285 connection=utils.connection_to(utils.Connection(address, floss_enums.BtTransport.LE))) 433 … connection=utils.connection_to(utils.Connection(address, floss_enums.BtTransport.LE)))
|
/packages/services/Car/car_product/properties/ |
D | bluetooth.prop | 47 # This property disables checking for link encryption when using an LE link 50 # classic, LE, and Fast Pair bonding.
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | le_audio.proto | 10 // Service to trigger LE Audio procedures.
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | device_test.cc | 138 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST() 172 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST() 175 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::LE))); in TEST()
|
D | device.cc | 101 device_type == DeviceType::LE || device_type == DeviceType::DUAL, in Le()
|
/packages/modules/Bluetooth/system/gd/rust/linux/docs/ |
D | glossary.md | 30 The protocol for describing Bluetooth LE data. 75 Profile for supporting HID devices via the GATT protocol for Bluetooth LE
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 155 // - Vol 4, Part E § 7.7.65.13 LE Extended Advertising Report event 156 // - Vol 4, Part E § 7.8.53 LE Set Extended Advertising Parameters command
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | enum_helper.h | 28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 23 LE = 2 variable in BtTransport
|
/packages/modules/Bluetooth/framework/tests/bumble/doc/ |
D | overview.md | 16 A simple LE connection test looks like this:
|
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/ |
D | configuration.proto | 44 // Configure a default value for the LE random address.
|