esp_hidd_dev_init() function
Init HID Device @return: ESP_OK on success
Arguments
config
configuration for the device
transport
protocol that the device will use (ESP_HID_TRANSPORT_BLE/BT/USB)
callback
function to call when events for this device are generated. Can be NULL, but will miss the START event.
dev
location to return the pointer to the device structure
Examples
esp_hidd_dev_init() is referenced by 1 libraries and example projects: