Home
last modified time | relevance | path

Searched refs:HCI_3_SLOT_PACKETS_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c280 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
Dbtm_acl.c2626 if (!HCI_3_SLOT_PACKETS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) { in btm_acl_chk_peer_pkt_type_support()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1580 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[HCI_FEATURE_3_SLOT_PACKETS_OFF] & HCI_FEATURE_3_SLOT_P… macro