Home
last modified time | relevance | path

Searched refs:supports_ble_2m_phy (Results 1 – 7 of 7) sorted by relevance

/system/bt/device/include/
Dcontroller.h77 bool (*supports_ble_2m_phy)(void); member
/system/bt/main/shim/
Dcontroller.cc234 static bool supports_ble_2m_phy(void) { in supports_ble_2m_phy() function
362 supports_ble_2m_phy,
/system/bt/device/src/
Dcontroller.cc517 static bool supports_ble_2m_phy(void) { in supports_ble_2m_phy() function
685 supports_ble_2m_phy,
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc364 if (controller_get_interface()->supports_ble_2m_phy()) phy |= PHY_LE_2M; in btm_ble_start_auto_conn()
Dbtm_ble.cc878 if (!controller_get_interface()->supports_ble_2m_phy() && in BTM_BleReadPhy()
940 if (!controller_get_interface()->supports_ble_2m_phy() && in BTM_BleSetPhy()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc394 if (p_acl != nullptr && controller_get_interface()->supports_ble_2m_phy() && in OnGattConnected()
834 controller_get_interface()->supports_ble_2m_phy() && in ChooseCodec()
/system/bt/btif/src/
Dbtif_dm.cc1953 local_le_features.le_2m_phy_supported = controller->supports_ble_2m_phy(); in btif_dm_upstreams_evt()