Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dpeer_packet_types.h37 if (HCI_5_SLOT_PACKETS_SUPPORTED(features)) in PeerPacketTypes()
/system/bt/test/mock/
Dmock_device_controller.cc153 return HCI_5_SLOT_PACKETS_SUPPORTED(features_classic[0].as_array); in supports_5_slot_packets()
/system/bt/device/src/
Dcontroller.cc418 return HCI_5_SLOT_PACKETS_SUPPORTED(features_classic[0].as_array); in supports_5_slot_packets()
/system/bt/stack/include/
Dhcidefs.h952 #define HCI_5_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x02) macro