Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h78 bool (*supports_ble_coded_phy)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc259 bool supports_ble_coded_phy(void) { in supports_ble_coded_phy() function
413 supports_ble_coded_phy,
/system/bt/main/shim/
Dcontroller.cc185 MAP_TO_GD(supports_ble_coded_phy, SupportsBleCodedPhy) in MAP_TO_GD()
355 supports_ble_coded_phy,
/system/bt/device/src/
Dcontroller.cc557 static bool supports_ble_coded_phy(void) { in supports_ble_coded_phy() function
786 supports_ble_coded_phy,
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc344 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED; in btm_ble_start_auto_conn()
Dbtm_ble.cc747 !controller_get_interface()->supports_ble_coded_phy()) { in BTM_BleReadPhy()
788 !controller_get_interface()->supports_ble_coded_phy()) { in BTM_BleSetPhy()
/system/bt/btif/src/
Dbtif_dm.cc1749 controller->supports_ble_coded_phy(); in btif_dm_upstreams_evt()