Functions in
bthid.h
Functions for working with the
Bluetooth
Human Interface Device (HID) Profile in the device role.
bt_hid_connect()
Create a HID Device connection to a service on a remote Bluetooth device (HID Host)
bt_hid_connect_async()
Asynchronously create a HID Device connection to a service on a remote Bluetooth device (HID Host).
bt_hid_deinit()
Clean up resources used at initialization.
bt_hid_deregister()
Deregister to disallow incoming connections.
bt_hid_disconnect()
Disconnect the HID Device service.
bt_hid_get_idle_res()
Send the current idle rate as a response to the
bt_hid_idle_req_cb
callback.
bt_hid_get_protocol_res()
Send the current protocol as a response to the bt_hid_protocol_req_cb callback.
bt_hid_get_report_res()
Sends a report as a response to the
bt_hid_report_req_cb
callback.
bt_hid_init()
Initialize the resources required for the HID module.
bt_hid_register()
Register for incoming connections.
bt_hid_send_interrupt()
Send a report to the remote device.
bt_hid_set_idle_res()
Send a response to a received idle rate.
bt_hid_set_protocol_res()
Send a response to a received protocol.
bt_hid_set_report_res()
Send a response to a received report.
Parent topic:
Bluetooth Human Interface Device (bthid.h)
Related concepts
Constants in bthid.h
Data types in bthid.h