Home
last modified time | relevance | path

Searched refs:GetLocalFeatures (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.h231 virtual uint64_t GetLocalFeatures(uint8_t page_number) const;
Dcontroller.cc1277 return GetLocalFeatures(page) & BIT(bit); \
1357 uint64_t Controller::GetLocalFeatures(uint8_t page_number) const { in GetLocalFeatures() function in bluetooth::hci::Controller