Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dcontroller.h106 virtual uint8_t GetControllerLeNumberOfSupportedAdverisingSets() const;
Dcontroller_test.cc321 ASSERT_EQ(controller_->GetControllerLeNumberOfSupportedAdverisingSets(), 0xF0); in TEST_F()
Dle_advertising_manager.cc96 num_instances_ = controller_->GetControllerLeNumberOfSupportedAdverisingSets(); in start()
Dle_advertising_manager_test.cc61 uint8_t GetControllerLeNumberOfSupportedAdverisingSets() const override { in GetControllerLeNumberOfSupportedAdverisingSets() function in bluetooth::hci::__anon003212320111::TestController
Dcontroller.cc917 uint8_t Controller::GetControllerLeNumberOfSupportedAdverisingSets() const { in GetControllerLeNumberOfSupportedAdverisingSets() function in bluetooth::hci::Controller
/system/bt/main/shim/
Dcontroller.cc290 return GetController()->GetControllerLeNumberOfSupportedAdverisingSets(); in get_ble_number_of_supported_advertising_sets()