Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/hci/
Dhci_packet_parser.c164 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_SUPPORTED_STATES, supported_… in parse_ble_read_supported_states_response()
Dhci_packet_factory.c164 return make_command_no_params(HCI_BLE_READ_SUPPORTED_STATES); in make_ble_read_supported_states()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h334 #define HCI_BLE_READ_SUPPORTED_STATES (0x001C | HCI_GRP_BLE_CMDS) macro