Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 8 of 8) sorted by relevance
90 op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd()1120 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req()1121 if (op_code == GATT_SIGN_CMD_WRITE) { in gatts_process_write_req()1469 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req()1488 if (status != GATT_SUCCESS && op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE) { in gatts_process_attribute_req()1637 op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req()1663 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
1109 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()1113 if ((op_code == GATT_SIGN_CMD_WRITE) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED)) { in gatts_write_attr_perm_check()1140 …else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && !(sec_flag & GATT_SEC_… in gatts_write_attr_perm_check()
59 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
224 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE; in gatt_act_write()1048 if (p_cmd->op_code != GATT_CMD_WRITE && p_cmd->op_code != GATT_SIGN_CMD_WRITE) { in gatt_cl_send_next_cmd_inq()
587 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
992 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_data_process()
2392 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()
111 #define GATT_SIGN_CMD_WRITE 0xD2 /* changed in V4.0 1101-0010 (signed write) see … macro