Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dacl.cc27 memset(peer_lmp_feature_pages, 0, sizeof(peer_lmp_feature_pages)); in Reset()
Dbtm_acl.cc135 return HCI_ATOMIC_ENCRYPT_SUPPORTED(p_acl.peer_lmp_feature_pages[0]) && in IsEprAvailable()
850 HCI_SSP_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
852 HCI_SC_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
854 HCI_SWITCH_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]); in btm_process_remote_ext_features()
856 !HCI_BREDR_NOT_SPT_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]); in btm_process_remote_ext_features()
858 HCI_LE_SPT_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]) && in btm_process_remote_ext_features()
859 HCI_LE_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
886 memset(p_acl_cb->peer_lmp_feature_pages, 0, in btm_read_remote_features()
887 sizeof(p_acl_cb->peer_lmp_feature_pages)); in btm_read_remote_features()
952 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[0], features, in btm_read_remote_features_complete()
[all …]
Dacl.h175 BD_FEATURES peer_lmp_feature_pages[HCI_EXT_FEATURES_PAGE_MAX + 1]; member
/system/bt/main/shim/
Dlink_policy.cc168 return HCI_ATOMIC_ENCRYPT_SUPPORTED(p_acl.peer_lmp_feature_pages[0]) && in is_encryption_pause_supported()
Dacl.cc940 bd_features_text(link.peer_lmp_feature_pages[j]).c_str()); in DumpsysAcl()
947 link.peer_lmp_feature_pages[0])) in DumpsysAcl()