Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.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.4.0/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c137 BT_GATT_PERM_WRITE | BT_GATT_PERM_READ | BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral/src/
Dmain.c207 BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dgatt.h78 BT_GATT_PERM_PREPARE_WRITE = BIT(6), enumerator
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dgatt.c873 BT_GATT_PERM_PREPARE_WRITE,
880 BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.4.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.4.0/subsys/bluetooth/audio/
Dascs.c2830 BT_GATT_PERM_WRITE_ENCRYPT | BT_GATT_PERM_PREPARE_WRITE,
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Datt.c2069 if (!(attr->perm & BT_GATT_PERM_PREPARE_WRITE)) { in prep_write_cb()