OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCI_READ_LOCAL_SUPPORTED_CODECS
(Results
1 - 5
of
5
) sorted by null
/system/bt/hci/src/
hci_packet_factory.cc
155
return make_command_no_params(
HCI_READ_LOCAL_SUPPORTED_CODECS
);
hci_packet_parser.cc
76
response,
HCI_READ_LOCAL_SUPPORTED_CODECS
, 0 /* bytes after */);
/system/bt/vendor_libs/test_vendor_lib/src/
event_packet.cc
183
HCI_READ_LOCAL_SUPPORTED_CODECS
, status);
dual_mode_controller.cc
116
SET_HANDLER(
HCI_READ_LOCAL_SUPPORTED_CODECS
, HciReadLocalSupportedCodecs);
/system/bt/stack/include/
hcidefs.h
270
#define
HCI_READ_LOCAL_SUPPORTED_CODECS
(0x000B | HCI_GRP_INFORMATIONAL_PARAMS)
273
#define HCI_INFORMATIONAL_CMDS_LAST
HCI_READ_LOCAL_SUPPORTED_CODECS
[
all
...]
Completed in 53 milliseconds