Home
last modified time | relevance | path

Searched refs:GetControllerLeLocalSupportedFeatures (Results 1 – 6 of 6) sorted by relevance

/system/bt/main/shim/
Dcontroller.cc218 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(6); in supports_ble_privacy()
227 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(5); in supports_ble_packet_extension()
231 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(2); in supports_ble_connection_parameters_request()
235 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(8); in supports_ble_2m_phy()
239 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(11); in supports_ble_coded_phy()
243 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(12); in supports_ble_extended_advertising()
247 return GetController()->GetControllerLeLocalSupportedFeatures() & BIT(13); in supports_ble_periodic_advertising()
/system/bt/gd/hci/
Dcontroller.h94 virtual uint64_t GetControllerLeLocalSupportedFeatures() const;
Dcontroller_test.cc316 ASSERT_EQ(controller_->GetControllerLeLocalSupportedFeatures(), 0x001f123456789abc); in TEST_F()
Dcontroller.cc893 uint64_t Controller::GetControllerLeLocalSupportedFeatures() const { in GetControllerLeLocalSupportedFeatures() function in bluetooth::hci::Controller
Dacl_manager_test.cc97 uint64_t GetControllerLeLocalSupportedFeatures() const override { in GetControllerLeLocalSupportedFeatures() function in bluetooth::hci::acl_manager::__anon0d2b85f20111::TestController
/system/bt/gd/hci/acl_manager/
Dle_impl.h325 if (controller_->GetControllerLeLocalSupportedFeatures() & 0x0010) { in create_le_connection()