Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c332 memcpy (p->peer_lmp_features, p_dev_rec->features, in btm_acl_created()
1013 memcpy (p_dev_rec->features[page_idx], p_acl_cb->peer_lmp_features[page_idx], in btm_process_remote_ext_features()
1055 memset (p_acl_cb->peer_lmp_features, 0, sizeof(p_acl_cb->peer_lmp_features)); in btm_read_remote_features()
1113 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], p, in btm_read_remote_features_complete()
1116 if ((HCI_LMP_EXTENDED_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) && in btm_read_remote_features_complete()
1170 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE); in btm_read_remote_ext_features_complete()
1258 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]; in btm_establish_continue()
1763 return (p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]); in BTM_ReadRemoteFeatures()
1787 return (p->peer_lmp_features[page_number]); in BTM_ReadRemoteExtendedFeatures()
1823 return (p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]); in BTM_ReadAllRemoteFeatures()
[all …]
Dbtm_sco.c506 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) { in btm_send_connect_request()
512 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) { in btm_send_connect_request()
Dbtm_sec.c5987 HCI_SSP_HOST_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_1])) { in btm_sec_set_peer_sec_caps()
5990 (HCI_SC_HOST_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_1])); in btm_sec_set_peer_sec_caps()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h74 #define BTM_EPR_AVAILABLE(p) ((HCI_ATOMIC_ENCRYPT_SUPPORTED((p)->peer_lmp_features[HCI_EXT_FEATURES…
123 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features … member