Home | History | Annotate | Download | only in gatt

Lines Matching refs:GATT_PERM_WRITE_ENCRYPTED

741                     if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED))
743 perm = GATT_PERM_WRITE_ENCRYPTED;
747 else if (((perm & GATT_PERM_WRITE_SIGNED_MITM) && (perm & GATT_PERM_WRITE_ENCRYPTED)) ||