Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h51 bool (*supports_classic_2m_phy)(void); member
/system/bt/main/shim/
Dcontroller.cc173 static bool supports_classic_2m_phy(void) { return false; } in supports_classic_2m_phy() function
336 supports_classic_2m_phy,
/system/bt/stack/btm/
Dbtm_devctl.cc287 if (!controller->supports_classic_2m_phy()) { in decode_controller_support()
300 if (controller->supports_classic_2m_phy() || in decode_controller_support()
/system/bt/device/src/
Dcontroller.cc387 static bool supports_classic_2m_phy(void) { in supports_classic_2m_phy() function
659 supports_classic_2m_phy,