Searched refs:CLASSIC (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | round_robin_scheduler.cc | 77 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()
|
D | round_robin_scheduler_test.cc | 175 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()
|
D | round_robin_scheduler.h | 39 enum ConnectionType { CLASSIC, LE }; enumerator
|
D | classic_impl.h | 356 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, queue); in create_and_announce_connection()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragment.kt | 60 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/ |
D | Security.kt | 135 check(request.getLevelCase() == SecureRequest.LevelCase.CLASSIC) in <lambda>()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 794 : android::bluetooth::State::CLASSIC); in BTM_SecBond()
|