Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h62 bool (*supports_esco_3m_phy)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc200 bool supports_esco_3m_phy(void) { in supports_esco_3m_phy() function
397 supports_esco_3m_phy,
/system/bt/main/shim/
Dcontroller.cc169 MAP_TO_GD(supports_esco_3m_phy, SupportsEsco3mPhy) in MAP_TO_GD()
339 supports_esco_3m_phy,
/system/bt/device/src/
Dcontroller.cc476 static bool supports_esco_3m_phy(void) { in supports_esco_3m_phy() function
770 supports_esco_3m_phy,
/system/bt/stack/btm/
Dbtm_devctl.cc280 if (controller->supports_esco_3m_phy()) { in decode_controller_support()