Home
last modified time | relevance | path

Searched refs:BT_GATT_WRITE_FLAG_PREPARE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c116 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in write_long_test_chrc()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c118 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in write_long_test_chrc()
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral/src/
Dmain.c111 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in write_long_vnd()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dgatt.h109 BT_GATT_WRITE_FLAG_PREPARE = BIT(0), enumerator
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dgatt.c846 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in write_long_vnd()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gatt.c402 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in write_value()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dascs.c2751 if (flags & BT_GATT_WRITE_FLAG_PREPARE) { in ascs_cp_write()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Datt.c2075 data->offset, BT_GATT_WRITE_FLAG_PREPARE); in prep_write_cb()