Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c47 #define GATT_PERM_ENC_READ_MASK (BT_GATT_PERM_READ_ENCRYPT | \ macro
364 if ((attr->perm & GATT_PERM_ENC_READ_MASK) && (conn != NULL) && in read_value()
455 if (!(ch->permissions & GATT_PERM_ENC_READ_MASK)) { in alloc_characteristic()
627 if (!(d->permissions & GATT_PERM_ENC_READ_MASK)) { in alloc_descriptor()
946 if (!(attr->perm & (GATT_PERM_ENC_READ_MASK | in set_attr_enc_key_size()