Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h60 bool (*supports_ble_coded_phy)(void); member
/system/bt/device/src/
Dcontroller.cc428 static bool supports_ble_coded_phy(void) { in supports_ble_coded_phy() function
561 supports_ble_coded_phy,
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc352 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED; in btm_ble_start_auto_conn()
Dbtm_ble.cc835 !controller_get_interface()->supports_ble_coded_phy()) { in BTM_BleReadPhy()
874 !controller_get_interface()->supports_ble_coded_phy()) { in BTM_BleSetDefaultPhy()
929 !controller_get_interface()->supports_ble_coded_phy()) { in BTM_BleSetPhy()
/system/bt/btif/src/
Dbtif_dm.cc1888 controller->supports_ble_coded_phy(); in btif_dm_upstreams_evt()