File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
components/bt/host/bluedroid/api/include/api Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,11 @@ esp_err_t esp_bt_hid_device_unregister_app(void);
345345 * called after esp_bt_hid_device_init(). When the operation is complete, the callback function will
346346 * be called with ESP_HIDD_OPEN_EVT.
347347 *
348+ * @note The connection between the HID Host and the HID Device is established as a virtual cable by default.
349+ * A new HID Host connection request will only be accepted after the previous HID Host has been
350+ * explicitly unplugged. For details on disconnection and virtual cable unplugging, please refer to API
351+ * `esp_bt_hid_device_disconnect` and `esp_bt_hid_device_virtual_cable_unplug`.
352+ *
348353 * @param[in] bd_addr: Remote host bluetooth device address.
349354 *
350355 * @return
You can’t perform that action at this time.
0 commit comments