Searched refs:GATT_PERM_WRITE_ENCRYPTED (Results 1 – 2 of 2) sorted by relevance
275 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro292 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \296 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)302 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
562 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()563 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()568 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()