Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c127 BT_GATT_PERM_WRITE | BT_GATT_PERM_READ | BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c135 BT_GATT_PERM_WRITE | BT_GATT_PERM_READ | BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral/src/
Dmain.c207 BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h78 BT_GATT_PERM_PREPARE_WRITE = BIT(6), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c874 BT_GATT_PERM_PREPARE_WRITE,
881 BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_gatt.c46 BT_GATT_PERM_PREPARE_WRITE)
470 ch->permissions |= BT_GATT_PERM_PREPARE_WRITE; in alloc_characteristic()
646 d->permissions |= BT_GATT_PERM_PREPARE_WRITE; in alloc_descriptor()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dascs.c3089 BT_GATT_PERM_WRITE_ENCRYPT | BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Datt.c2160 if (!(attr->perm & BT_GATT_PERM_PREPARE_WRITE)) { in prep_write_cb()