Home
last modified time | relevance | path

Searched refs:ccc (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c533 map->ccc.value = param->write.value[0]; in hid_event_handler()
534 …col_mode_str(map->protocol_mode), map->report_id, map->ccc.notify_enable ? "On" : "Off", map->ccc.… in hid_event_handler()
862 …rpt = get_report_by_id_and_type(dev, id, ESP_HID_REPORT_TYPE_INPUT)) != NULL && p_rpt->ccc.value) { in esp_ble_hidd_dev_input_set()
863 …ces[index].hid_svc.gatt_if, dev->conn_id, p_rpt->handle, length, data, p_rpt->ccc.indicate_enable); in esp_ble_hidd_dev_input_set()
902 if (dev->connected && p_rpt->ccc.value) { in esp_ble_hidd_dev_feature_set()
903 …ces[index].hid_svc.gatt_if, dev->conn_id, p_rpt->handle, length, data, p_rpt->ccc.indicate_enable); in esp_ble_hidd_dev_feature_set()
/hal_espressif-3.6.0/components/esp_hid/private/
Desp_hidd_private.h45 hidd_le_ccc_value_t ccc; // notifications and/or indications enabled member