Searched refs:GATT_PERM_WRITE_ENCRYPTED (Results 1 – 2 of 2) sorted by relevance
172 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro189 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \193 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)199 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
534 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()535 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()540 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()