nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ perm

uint8_t bt_hids_inp_rep::perm

Report permissions

Use GATT attribute permission bit field values here. As input report can only be read only 3 flags are used:

  • BT_GATT_PERM_READ
  • BT_GATT_PERM_READ_ENCRYPT
  • BT_GATT_PERM_READ_AUTHEN

If no attribute is chosen, the configured default is used.

The CCC register would have set the proper permissions for read and write, based on the read permissions for the whole report.