Home
last modified time | relevance | path

Searched refs:supports_classic_3m_phy (Results 1 – 4 of 4) sorted by relevance

/system/bt/device/include/
Dcontroller.h52 bool (*supports_classic_3m_phy)(void); member
/system/bt/main/shim/
Dcontroller.cc175 static bool supports_classic_3m_phy(void) { return false; } in supports_classic_3m_phy() function
337 supports_classic_3m_phy,
/system/bt/stack/btm/
Dbtm_devctl.cc293 if (!controller->supports_classic_3m_phy()) { in decode_controller_support()
301 controller->supports_classic_3m_phy()) { in decode_controller_support()
/system/bt/device/src/
Dcontroller.cc392 static bool supports_classic_3m_phy(void) { in supports_classic_3m_phy() function
660 supports_classic_3m_phy,