Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc288 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
Dbtm_acl.cc2688 if (!HCI_5_SLOT_PACKETS_SUPPORTED(p->peer_lmp_feature_pages[0])) in btm_acl_chk_peer_pkt_type_support()
/system/bt/stack/include/
Dhcidefs.h1333 #define HCI_5_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x02) macro