![]() |
nRF Connect SDK API 3.3.99
|
#include <zephyr/bluetooth/gatt.h>Go to the source code of this file.
Functions | |
| int | bt_rpc_gatt_subscribe_flag_set (struct bt_gatt_subscribe_params *params, uint32_t flags_bit) |
| Set flag in the flags field of the bt_gatt_subscribe_params structure. | |
| int | bt_rpc_gatt_subscribe_flag_clear (struct bt_gatt_subscribe_params *params, uint32_t flags_bit) |
| Clear flag in the flags field of the bt_gatt_subscribe_params structure. | |
| int | bt_rpc_gatt_subscribe_flag_get (struct bt_gatt_subscribe_params *params, uint32_t flags_bit) |
| Get flag value from the flags field of the bt_gatt_subscribe_params structure. | |