Searched refs:GATT_WRITE_SIGNED_PERM (Results 1 – 3 of 3) sorted by relevance
763 && (perm & GATT_WRITE_SIGNED_PERM)) in gatts_write_attr_perm_check()776 ((perm & GATT_WRITE_SIGNED_PERM) && (perm & GATT_PERM_WRITE_ENC_MITM))) in gatts_write_attr_perm_check()782 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) in gatts_write_attr_perm_check()819 …else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && !(sec_flag & GATT_SEC_… in gatts_write_attr_perm_check()
325 if ( ((property & GATT_CHAR_PROP_BIT_AUTH) && !(perm & GATT_WRITE_SIGNED_PERM)) || in GATTS_AddCharacteristic()326 ((perm & GATT_WRITE_SIGNED_PERM) && !(property & GATT_CHAR_PROP_BIT_AUTH)) ) in GATTS_AddCharacteristic()
185 #define GATT_WRITE_SIGNED_PERM (GATT_PERM_WRITE_SIGNED | GATT_PERM_WRITE_SIGNED_MITM) macro