Home
last modified time | relevance | path

Searched refs:BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h2028 BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5311 atomic_clear_bit(params->flags, BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING); in gatt_write_ccc_rsp()
5354 atomic_set_bit(params->flags, BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING); in gatt_write_ccc_buf()
5575 if (atomic_test_bit(params->flags, BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING)) { in bt_gatt_unsubscribe()