Home
last modified time | relevance | path

Searched refs:HCI_READ_LOCAL_EXT_FEATURES (Results 1 – 5 of 5) sorted by relevance

/system/bt/hci/src/
Dhci_packet_factory.cc74 make_command(HCI_READ_LOCAL_EXT_FEATURES, parameter_size, &stream); in make_read_local_extended_features()
Dhci_packet_parser.cc115 response, HCI_READ_LOCAL_EXT_FEATURES, in parse_read_local_extended_features_response()
/system/bt/vendor_libs/test_vendor_lib/src/
Devent_packet.cc137 HCI_READ_LOCAL_EXT_FEATURES, status); in CreateCommandCompleteReadLocalExtendedFeatures()
Ddual_mode_controller.cc117 SET_HANDLER(HCI_READ_LOCAL_EXT_FEATURES, HciReadLocalExtendedFeatures); in DualModeController()
/system/bt/stack/include/
Dhcidefs.h265 #define HCI_READ_LOCAL_EXT_FEATURES (0x0004 | HCI_GRP_INFORMATIONAL_PARAMS) macro