esp_bt_hid_device_virtual_cable_unplug() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- ESP_OK: success - other: failed

Notes

If the connection exists, then HID Device will send a `VIRTUAL_CABLE_UNPLUG` control command to the peer HID Host, and the connection will be destroyed. If the connection does not exist, then HID Device will only unplug on it's single side. Once the unplug operation is success, the related pairing and bonding information will be removed, then the HID Device can accept connection request from the different HID Host,

References

from examples