Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dpeer_packet_types.h34 if (HCI_3_SLOT_PACKETS_SUPPORTED(features)) in PeerPacketTypes()
/system/bt/test/mock/
Dmock_device_controller.cc149 return HCI_3_SLOT_PACKETS_SUPPORTED(features_classic[0].as_array); in supports_3_slot_packets()
/system/bt/device/src/
Dcontroller.cc413 return HCI_3_SLOT_PACKETS_SUPPORTED(features_classic[0].as_array); in supports_3_slot_packets()
/system/bt/stack/include/
Dhcidefs.h951 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x01) macro