Searched refs:HCI_LE_2M_PHY_SUPPORTED (Results 1 – 2 of 2) sorted by relevance
1231 return HCI_LE_2M_PHY_SUPPORTED(p->peer_le_features); in BTM_IsPhy2mSupported()2292 return HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_2m_phy()
1061 #define HCI_LE_2M_PHY_SUPPORTED(x) ((x)[1] & 0x01) macro