Home
last modified time | relevance | path

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

/system/bt/device/src/
Dcontroller.cc379 return HCI_3_SLOT_PACKETS_SUPPORTED(features_classic[0].as_array); in supports_3_slot_packets()
/system/bt/stack/include/
Dhcidefs.h1332 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x01) macro
/system/bt/stack/btm/
Dbtm_acl.cc2536 if (!HCI_3_SLOT_PACKETS_SUPPORTED(p->peer_lmp_feature_pages[0])) in btm_acl_chk_peer_pkt_type_support()