Searched refs:GATT_PERM_WRITE_ENCRYPTED (Results 1 – 3 of 3) sorted by relevance
332 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro351 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \355 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)361 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
565 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()566 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()571 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()
291 ras_control_point.permissions = GATT_PERM_WRITE_ENCRYPTED | key_mask; in OnGattServerRegister()327 GATT_PERM_READ_ENCRYPTED | GATT_PERM_WRITE_ENCRYPTED | key_mask; in OnGattServerRegister()