Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h51 bool (*supports_classic_2m_phy)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc156 bool supports_classic_2m_phy(void) { in supports_classic_2m_phy() function
386 supports_classic_2m_phy,
/system/bt/main/shim/
Dcontroller.cc158 MAP_TO_GD(supports_classic_2m_phy, SupportsClassic2mPhy) in MAP_TO_GD()
328 supports_classic_2m_phy,
/system/bt/device/src/
Dcontroller.cc421 static bool supports_classic_2m_phy(void) { in supports_classic_2m_phy() function
759 supports_classic_2m_phy,
/system/bt/stack/acl/
Dbtm_acl.cc240 if (!controller->supports_classic_2m_phy()) { in BTM_acl_after_controller_started()
253 if (controller->supports_classic_2m_phy() || in BTM_acl_after_controller_started()