Home
last modified time | relevance | path

Searched refs:HCI_EXT_FEATURES_PAGE_0 (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_acl.c1085 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], p, in btm_read_remote_features_complete()
1088 if ((HCI_LMP_EXTENDED_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) && in btm_read_remote_features_complete()
1239 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]; in btm_establish_continue()
1766 return(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]); in BTM_ReadRemoteFeatures()
1830 return(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]); in BTM_ReadAllRemoteFeatures()
2615 if (!HCI_3_SLOT_PACKETS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_acl_chk_peer_pkt_type_support()
2618 if (!HCI_5_SLOT_PACKETS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_acl_chk_peer_pkt_type_support()
2622 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_acl_chk_peer_pkt_type_support()
2627 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) in btm_acl_chk_peer_pkt_type_support()
2633 if (HCI_EDR_ACL_2MPS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]) in btm_acl_chk_peer_pkt_type_support()
[all …]
Dbtm_dev.c337 if (HCI_SWITCH_SUPPORTED(p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0])) in btm_dev_support_switch()
346 if (p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0][xx] != 0x00) in btm_dev_support_switch()
Dbtm_devctl.c275 case HCI_EXT_FEATURES_PAGE_0: in btm_decode_ext_features_page()
Dbtm_sco.c428 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
435 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
Dbtm_int.h72 …R_AVAILABLE(p) ((HCI_ATOMIC_ENCRYPT_SUPPORTED((p)->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]) && \
/system/bt/stack/include/
Dhcidefs.h1442 #define HCI_EXT_FEATURES_PAGE_0 0 /* Extended Feature Page 0 (regular features) */ macro