Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/acl/
Dacl.cc24 memset(peer_lmp_feature_pages, 0, sizeof(peer_lmp_feature_pages)); in Reset()
Dbtm_acl.cc156 return HCI_ATOMIC_ENCRYPT_SUPPORTED(p_acl.peer_lmp_feature_pages[0]) && in IsEprAvailable()
891 HCI_SSP_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
893 HCI_SC_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
895 HCI_SWITCH_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]); in btm_process_remote_ext_features()
897 !HCI_BREDR_NOT_SPT_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]); in btm_process_remote_ext_features()
899 HCI_LE_SPT_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[0]) && in btm_process_remote_ext_features()
900 HCI_LE_HOST_SUPPORTED(p_acl_cb->peer_lmp_feature_pages[1]); in btm_process_remote_ext_features()
972 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], features, in btm_read_remote_ext_features_complete()
980 p_acl_cb->peer_lmp_feature_pages[page_num], in btm_read_remote_ext_features_complete()
1464 PeerPacketTypes peer_packet_types(link.peer_lmp_feature_pages[0]); in change_connection_packet_types()
[all …]
Dacl.h176 BD_FEATURES peer_lmp_feature_pages[HCI_EXT_FEATURES_PAGE_MAX + 1]; member
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1306 bd_features_text(link.peer_lmp_feature_pages[j]).c_str()); in DumpsysAcl()
1313 link.peer_lmp_feature_pages[0])) in DumpsysAcl()