esp_bt_hid_device_disconnect() function
Disconnects from the currently connected HID Host. This function should be called after esp_bluedroid_init()/esp_bluedroid_init_with_cfg() and esp_bluedroid_enable() success, and should be called after esp_bt_hid_device_init(). When the operation is complete, the callback function will be called with ESP_HIDD_CLOSE_EVT.
Syntax
esp_err_t esp_bt_hid_device_disconnect(void); Return value
- ESP_OK: success - other: failed
Notes
The disconnect operation will not remove the virtually cabled device. If the connect request from the different HID Host, it will reject the request.