Searched refs:peer_lmp_features (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_acl.c | 300 memcpy (p->peer_lmp_features, p_dev_rec->features, in btm_acl_created() 1342 memcpy (p_dev_rec->features[page_idx], p_acl_cb->peer_lmp_features[page_idx], in btm_process_remote_ext_features_page() 1424 memset (p_acl_cb->peer_lmp_features, 0, sizeof(p_acl_cb->peer_lmp_features)); in btm_read_remote_features() 1486 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], p, in btm_read_remote_features_complete() 1489 if ((HCI_LMP_EXTENDED_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) && in btm_read_remote_features_complete() 1548 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE); in btm_read_remote_ext_features_complete() 1643 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]; in btm_establish_continue() 1658 p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], in btm_establish_continue() 1666 p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], in btm_establish_continue() 2679 return(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]); in BTM_ReadRemoteFeatures() [all …]
|
D | btm_int.h | 71 #define BTM_EPR_AVAILABLE(p) ((HCI_ATOMIC_ENCRYPT_SUPPORTED((p)->peer_lmp_features[HCI_EXT_FEATURES… 92 …BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features… member
|
D | btm_sco.c | 437 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_send_connect_request() 444 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_send_connect_request()
|