Home
last modified time | relevance | path

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

/system/bt/device/src/
Dcontroller.cc520 return HCI_LE_2M_PHY_SUPPORTED(features_ble.as_array); in supports_ble_2m_phy()
/system/bt/stack/include/
Dhcidefs.h1423 #define HCI_LE_2M_PHY_SUPPORTED(x) ((x)[1] & 0x01) macro
/system/bt/bta/hearing_aid/
Dhearing_aid.cc395 HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features)) { in OnGattConnected()
/system/bt/stack/btm/
Dbtm_ble.cc948 if (!HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features) && in BTM_BleSetPhy()