Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c168 return make_command_no_params(HCI_BLE_READ_LOCAL_SPT_FEAT); in make_ble_read_local_supported_features()
Dhci_packet_parser.c176 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_LOCAL_SPT_FEAT, sizeof(bt_de… in parse_ble_read_local_supported_features_response()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h309 #define HCI_BLE_READ_LOCAL_SPT_FEAT (0x0003 | HCI_GRP_BLE_CMDS) macro