Home
last modified time | relevance | path

Searched refs:HCI_LE_2M_PHY_SUPPORTED (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/mock/
Dmock_device_controller.cc256 return HCI_LE_2M_PHY_SUPPORTED(features_ble.as_array); in supports_ble_2m_phy()
/system/bt/device/src/
Dcontroller.cc554 return HCI_LE_2M_PHY_SUPPORTED(features_ble.as_array); in supports_ble_2m_phy()
/system/bt/stack/acl/
Dbtm_acl.cc1283 return HCI_LE_2M_PHY_SUPPORTED(p->peer_le_features); in BTM_IsPhy2mSupported()
2506 return HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_2m_phy()
/system/bt/stack/include/
Dhcidefs.h1042 #define HCI_LE_2M_PHY_SUPPORTED(x) ((x)[1] & 0x01) macro