Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_PERM_WRITE_ENCRYPTED

779                     if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED))
781 perm = GATT_PERM_WRITE_ENCRYPTED;
785 else if (((perm & GATT_PERM_WRITE_SIGNED_MITM) && (perm & GATT_PERM_WRITE_ENCRYPTED)) ||