Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c49 #define GATT_PERM_ENC_WRITE_MASK (BT_GATT_PERM_WRITE_ENCRYPT | \ macro
396 if ((attr->perm & GATT_PERM_ENC_WRITE_MASK) && in write_value()
464 if (!(ch->permissions & GATT_PERM_ENC_WRITE_MASK)) { in alloc_characteristic()
640 if (!(d->permissions & GATT_PERM_ENC_WRITE_MASK)) { in alloc_descriptor()
947 GATT_PERM_ENC_WRITE_MASK))) { in set_attr_enc_key_size()