Searched refs:peer_le_features (Results 1 – 5 of 5) sorted by relevance
22 memset(peer_le_features, 0, sizeof(peer_le_features)); in Reset()
1231 return HCI_LE_2M_PHY_SUPPORTED(p->peer_le_features); in BTM_IsPhy2mSupported()2127 return HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_connection_parameters_request()2160 return HCI_LE_CONN_SUBRATING_SUPPORT(p_acl->peer_le_features); in acl_peer_supports_ble_connection_subrating()2173 return HCI_LE_CONN_SUBRATING_HOST_SUPPORT(p_acl->peer_le_features); in acl_peer_supports_ble_connection_subrating_host()2281 return HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_packet_extension()2292 return HCI_LE_2M_PHY_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_2m_phy()2304 return HCI_LE_CODED_PHY_SUPPORTED(p_acl->peer_le_features); in acl_peer_supports_ble_coded_phy()2330 STREAM_TO_ARRAY(p_acl->peer_le_features, p, BD_FEATURES_LEN); in acl_set_peer_le_features_from_handle()2338 p_acl->peer_le_features, BD_FEATURES_LEN); in acl_set_peer_le_features_from_handle()
174 BD_FEATURES peer_le_features; member
458 p_acl->peer_le_features)) { in TransferSync()477 p_acl->peer_le_features)) { in TransferSetInfo()
1321 bd_features_text(link.peer_le_features).c_str()); in DumpsysAcl()