Searched refs:GetControllerLeLocalSupportedFeatures (Results 1 – 6 of 6) sorted by relevance
218 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()
94 virtual uint64_t GetControllerLeLocalSupportedFeatures() const;
316 ASSERT_EQ(controller_->GetControllerLeLocalSupportedFeatures(), 0x001f123456789abc); in TEST_F()
893 uint64_t Controller::GetControllerLeLocalSupportedFeatures() const { in GetControllerLeLocalSupportedFeatures() function in bluetooth::hci::Controller
97 uint64_t GetControllerLeLocalSupportedFeatures() const override { in GetControllerLeLocalSupportedFeatures() function in bluetooth::hci::acl_manager::__anon0d2b85f20111::TestController
325 if (controller_->GetControllerLeLocalSupportedFeatures() & 0x0010) { in create_le_connection()