Home
last modified time | relevance | path

Searched refs:peer_lmp_feature_valid (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/acl/
H A Dacl.cc28 memset(peer_lmp_feature_valid, 0, sizeof(peer_lmp_feature_valid)); in Reset()
H A Dbtm_acl.cc131 if (!p_acl.peer_lmp_feature_valid[0]) { in IsEprAvailable()
853 if (!p_acl_cb->peer_lmp_feature_valid[max_page_number]) { in btm_process_remote_ext_features()
964 p_acl_cb->peer_lmp_feature_valid[0] = true; in btm_read_remote_features_complete()
1041 p_acl_cb->peer_lmp_feature_valid[page_num] = true; in btm_read_remote_ext_features_complete()
1501 if (link.peer_lmp_feature_valid[0]) { in change_connection_packet_types()
2303 if (!p_acl->peer_lmp_feature_valid[0]) { in acl_peer_supports_sniff_subrating()
2864 p_acl->peer_lmp_feature_valid[current_page_number] = true; in acl_process_supported_features()
2899 p_acl->peer_lmp_feature_valid[current_page_number] = true; in acl_process_extended_features()
2968 if (!p_acl->peer_lmp_feature_valid[1]) { in HACK_acl_check_sm4()
H A Dacl.h176 bool peer_lmp_feature_valid[HCI_EXT_FEATURES_PAGE_MAX + 1]; member
/aosp12/system/bt/main/shim/
H A Dlink_policy.cc166 CHECK(p_acl.peer_lmp_feature_valid[0]) in is_encryption_pause_supported()
H A Dacl.cc939 common::ToString(link.peer_lmp_feature_valid[j]).c_str(), in DumpsysAcl()