fix(nimble): Reset HID service during deinit

This commit is contained in:
Astha Verma
2025-09-08 15:37:45 +05:30
parent ec20a5092e
commit 91547794a0
5 changed files with 102 additions and 7 deletions
@@ -83,6 +83,8 @@ typedef struct esp_hidh_scan_result_s {
} esp_hid_scan_result_t;
esp_err_t esp_hid_gap_init(uint8_t mode);
esp_err_t esp_hid_gap_deinit(void);
esp_err_t esp_hid_scan(uint32_t seconds, size_t *num_results, esp_hid_scan_result_t **results);
void esp_hid_scan_results_free(esp_hid_scan_result_t *results);