Home
last modified time | relevance | path

Searched refs:LE (Results 1 – 17 of 17) sorted by relevance

/system/bt/doc/
Dsupported_features.md8 L2CAP | 4.2 | Initiator, Acceptor, LE Central, LE Peripheral
10 GAP | 4.2 | BR/EDR, LE Central, LE Periperhal, LE Observer, LE Broadcaster
11 GATT | 4.2 | Client, Server; LE and BR/EDR
12 ATT | 4.2 | Client, Server; LE and BR/EDR
Dpts_guide.md36 - `PTS_DisableConnUpdates` disables LE Connection updates.
37 - `PTS_DisableSDPOnLEPair` disables BR/EDR discovery after LE pairing to avoid
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.cc94 bool le_buffer_full = le_acl_packet_credits_ == 0 && connection_type == ConnectionType::LE; in start_round_robin()
117 … le_acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::LE; in start_round_robin()
207 bool le_buffer_full = next_connection_type == ConnectionType::LE && le_acl_packet_credits_ == 0; in handle_enqueue_next_fragment()
Dround_robin_scheduler_test.cc210 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
287 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle1, le_connectio… in TEST_F()
288 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle2, le_connectio… in TEST_F()
334 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
380 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
Dround_robin_scheduler.h38 enum ConnectionType { CLASSIC, LE }; enumerator
Dle_impl.h191 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_connection_complete()
257 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_enhanced_connection_complete()
/system/bt/gd/security/record/
Dsecurity_record_storage.cc29 if (*device.GetDeviceType() == hci::DeviceType::LE) { in SetClassicData()
115 mutation.Add(device.SetDeviceType(hci::DeviceType::LE)); in SaveSecurityRecords()
137 if (device.GetDeviceType() != hci::DeviceType::LE) { in LoadSecurityRecords()
Dsecurity_record_storage_test.cc108 ASSERT_EQ(hci::DeviceType::LE, device.GetDeviceType()); in TEST_F()
/system/bt/gd/storage/
Ddevice_test.cc138 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()
Ddevice.cc98 ASSERT(device_type == DeviceType::LE || device_type == DeviceType::DUAL); in Le()
Dconfig_cache_test.cc303 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::LE)))); in TEST()
Dconfig_cache.cc385 device_type = hci::DeviceType::LE; in FixDeviceTypeInconsistencyInSection()
/system/update_engine/fuzz/
Dxml.dict89 "UTF-16LE"
/system/bt/gd/hci/
Denum_helper.h28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
Dhci_packets.pdl731 // LE Events
4901 ON = 0x01, // E0 for BR/EDR and AES-CCM for LE
5260 // LE Events
/system/bt/gd/docs/architecture/
Dstyle_guide.md128 * l2cap/: L2CAP layer, splitted among classic and LE
133 * le/: LE L2CAP module
/system/bt/main/shim/
Dle_scanning_manager.cc411 auto device_type = bluetooth::hci::DeviceType::LE; in handle_remote_properties()