Home
last modified time | relevance | path

Searched refs:CLASSIC (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc77 if (acl_queue_handler.connection_type_ == ConnectionType::CLASSIC) { in Unregister()
120 acl_packet_credits_ == 0 && connection_type == ConnectionType::CLASSIC; in start_round_robin()
143 acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC; in start_round_robin()
177 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
259 if (connection_type == ConnectionType::CLASSIC) { in handle_enqueue_next_fragment()
278 next_connection_type == ConnectionType::CLASSIC && acl_packet_credits_ == 0; in handle_enqueue_next_fragment()
301 if (acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC) { in incoming_acl_credits()
Dround_robin_scheduler_test.cc175 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
183 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
207 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
233 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
286 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle1, in TEST_F()
288 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle2, in TEST_F()
338 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
386 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
428 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
456 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, in TEST_F()
Dround_robin_scheduler.h39 enum ConnectionType { CLASSIC, LE }; enumerator
Dclassic_impl.h356 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, queue); in create_and_announce_connection()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.kt60 CLASSIC, LE
63 private var scanType = ScanType.CLASSIC
100 this.scanType = ScanType.CLASSIC in setFilter()
208 || (scanType == ScanType.CLASSIC && filter.matches(cachedDevice.device) == true)) { in addDevice()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt135 check(request.getLevelCase() == SecureRequest.LevelCase.CLASSIC) in <lambda>()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc794 : android::bluetooth::State::CLASSIC); in BTM_SecBond()