nRF Connect SDK API 0.1.0
|
int bt_rpc_gatt_subscribe_flag_get | ( | struct bt_gatt_subscribe_params * | params, |
uint32_t | flags_bit | ||
) |
#include <include/bluetooth/bt_rpc.h>
Get flag value from the flags field of the bt_gatt_subscribe_params structure.
This function must be used instead of atomic_test_bit() if you are using BLE API over RPC.
params | Subscribe parameters. |
flags_bit | Index of bit to test. |