bt_dbg_get
bool bt_dbg_get(void);
flags = bt_dbg_get() ? BIT(0) : 0;
bool changed = bt_dbg_get();
changed = val ? !bt_dbg_get() : bt_dbg_get();