Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c92 return make_command_no_params(HCI_READ_LOCAL_SUPPORTED_CMDS); in make_read_local_supported_commands()
Dhci_packet_parser.c91 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_SUPPORTED_CMDS, supported_… in parse_read_local_supported_commands_response()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h255 #define HCI_READ_LOCAL_SUPPORTED_CMDS (0x0002 | HCI_GRP_INFORMATIONAL_PARAMS) macro