![]() |
nRF Connect SDK API 3.3.99
|
| bool(* bt_bms_cb::authorize) (struct bt_conn *conn, struct bt_bms_authorize_params *params) |
Operation authorization callback
If this callback is set, support for BMS Authorization Code functionality is enabled. This function is called whenever an authorized operation is requested by the client.
| conn | Connection object. |
| params | Authorization parameters. |
| true | If the authorization was successful. |
| false | Otherwise. |