Searched refs:write_char_descr (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 295 static void write_char_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, uint16_t va… in write_char_descr() function 314 …write_char_descr(gattc_if, dev->ble.conn_id, dev->ble.battery_ccc_handle, 2, (uint8_t *)&ccc_data,… in attach_report_listeners() 324 …write_char_descr(gattc_if, dev->ble.conn_id, report->ccc_handle, 2, (uint8_t *)&ccc_data, ESP_GATT… in attach_report_listeners()
|